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 f717398 commit 401ee2bCopy full SHA for 401ee2b
.github/actions/run-gradle/action.yml
@@ -17,7 +17,7 @@ runs:
17
distribution: temurin
18
java-version: 21
19
check-latest: true
20
- - uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
+ - uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
21
with:
22
cache-encryption-key: ${{ inputs.encryptionKey }}
23
- shell: bash
.github/workflows/gradle-dependency-submission.yml
@@ -25,4 +25,4 @@ jobs:
25
26
27
- name: Generate and submit dependency graph
28
- uses: gradle/actions/dependency-submission@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
+ uses: gradle/actions/dependency-submission@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
0 commit comments