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 6b91d3c commit 7987317Copy full SHA for 7987317
.github/workflows/gradle-build.yml
@@ -32,7 +32,7 @@ jobs:
32
key: gradle-${{ hashFiles('**/build.gradle.kts') }}
33
34
- name: Set up JDK 11
35
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
+ uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
36
with:
37
java-version: '11'
38
distribution: 'temurin'
.github/workflows/gradle-release.yml
@@ -90,7 +90,7 @@ jobs:
90
fi
91
92
93
94
95
96
0 commit comments