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