Skip to content

Commit

Permalink
Use same "version" for dependency-submission and gradle-build-action
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz authored Jan 15, 2024
1 parent 1737cd1 commit baa80e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/dependency-submission/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: gradle/gradle-build-action@main
- uses: gradle/gradle-build-action@dd/dependency-submission-action
with:
dependency-graph: generate-and-submit
dependency-graph-continue-on-failure: false
Expand Down

0 comments on commit baa80e7

Please sign in to comment.