Skip to content

Commit f31feb4

Browse files
Switch to dependency submission action
1 parent 7035747 commit f31feb4

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/dependency-graph.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21-
- name: Validate Gradle Wrapper
22-
uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # v1
23-
2421
- name: Download Java JDK
2522
uses: typelevel/download-java@817e8c0d48dc2e88e155a8e4f69ba493bef621be # v2
2623
id: download-java
@@ -35,14 +32,7 @@ jobs:
3532
java-version: 11
3633
jdkFile: ${{ steps.download-java.outputs.jdkFile }}
3734

38-
- name: Setup Dependency Graph
39-
uses: gradle/gradle-build-action@8baac4c8ef753599f92eeb509c246d09d6250fa6 # v3
40-
with:
41-
dependency-graph: generate-and-submit
42-
4335
- name: Generate Dependency Graph Snapshot
44-
uses: gradle/gradle-build-action@8baac4c8ef753599f92eeb509c246d09d6250fa6 # v3
36+
uses: gradle/actions/dependency-submission@v4
4537
env:
4638
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: 'compileClasspath|runtimeClasspath'
47-
with:
48-
arguments: build

0 commit comments

Comments
 (0)