We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1c12a commit bce9a99Copy full SHA for bce9a99
.github/workflows/ci.yml
@@ -45,12 +45,7 @@ jobs:
45
contents: write
46
47
steps:
48
- - uses: actions/checkout@v4
49
- - name: Set up JDK 17
50
- uses: actions/setup-java@v4
+ - uses: huanshankeji/.github/workflow-templates/dependency-submission@refactor-common-actions
51
with:
52
- java-version: '17'
53
- distribution: 'temurin'
54
-
55
- - name: Generate and submit dependency graph
56
- uses: gradle/actions/dependency-submission@v4
+ jdk-version: '8'
+ jdk-distribution: 'zulu'
0 commit comments