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 36c0baa commit 65e231cCopy full SHA for 65e231c
.github/actions/run-gradle/action.yml
@@ -17,7 +17,7 @@ runs:
17
distribution: temurin
18
java-version: 25
19
check-latest: true
20
- - uses: gradle/actions/setup-gradle@748248ddd2a24f49513d8f472f81c3a07d4d50e1 # v4.4.4
+ - uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
21
with:
22
cache-encryption-key: ${{ inputs.encryptionKey }}
23
- shell: bash
.github/workflows/gradle-dependency-submission.yml
@@ -29,4 +29,4 @@ jobs:
29
30
31
- name: Generate and submit dependency graph
32
- uses: gradle/actions/dependency-submission@748248ddd2a24f49513d8f472f81c3a07d4d50e1 # v4.4.4
+ uses: gradle/actions/dependency-submission@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
0 commit comments