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 47dd80d commit 4b6ce4aCopy full SHA for 4b6ce4a
.github/workflows/codeql.yml
@@ -69,7 +69,7 @@ jobs:
69
distribution: 'temurin'
70
71
- name: Setup Gradle
72
- uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326
+ uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
73
with:
74
cache-read-only: true
75
.github/workflows/run-tests.yml
@@ -28,7 +28,7 @@ jobs:
28
java-version: '17'
29
30
31
32
33
cache-read-only: ${{ github.ref != 'refs/heads/master' }}
34
- name: Build with Gradle
0 commit comments