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 e9d06e7 commit 7bf1da4Copy full SHA for 7bf1da4
.github/workflows/codeql.yml
@@ -69,7 +69,7 @@ jobs:
69
distribution: 'temurin'
70
71
- name: Setup Gradle
72
- uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244
+ uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326
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