Skip to content

Commit

Permalink
Switch to use 'gradle-build-action@v2`
Browse files Browse the repository at this point in the history
Signed-off-by: Daz DeBoer <[email protected]>
  • Loading branch information
bigdaz authored Jul 17, 2023
1 parent 16c28db commit 07ec53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/submit-github-dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
distribution: temurin
java-version: 8
- name: Setup Gradle
uses: gradle/gradle-build-action@dependency-graph
uses: gradle/gradle-build-action@v2
with:
dependency-graph: generate-and-submit
- name: Run assemble to generate dependency graph
Expand Down

0 comments on commit 07ec53a

Please sign in to comment.