Skip to content

Commit bce9a99

Browse files
committed
Use and test the extracted dependency submission reuseable action
1 parent 4d1c12a commit bce9a99

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,7 @@ jobs:
4545
contents: write
4646

4747
steps:
48-
- uses: actions/checkout@v4
49-
- name: Set up JDK 17
50-
uses: actions/setup-java@v4
48+
- uses: huanshankeji/.github/workflow-templates/dependency-submission@refactor-common-actions
5149
with:
52-
java-version: '17'
53-
distribution: 'temurin'
54-
55-
- name: Generate and submit dependency graph
56-
uses: gradle/actions/dependency-submission@v4
50+
jdk-version: '8'
51+
jdk-distribution: 'zulu'

0 commit comments

Comments
 (0)