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