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 a1ca689 commit 6d47c20Copy full SHA for 6d47c20
.github/workflows/ci.yml
@@ -187,6 +187,6 @@ jobs:
187
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
188
- name: Generate and submit dependency graph
189
if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' && github.ref == 'refs/heads/main'
190
- uses: gradle/actions/dependency-submission@db19848a5fa7950289d3668fb053140cf3028d43 # v3.3.2
+ uses: gradle/actions/dependency-submission@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
191
with:
192
github-token: ${{ steps.generate_github_token.outputs.token }}
0 commit comments