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 0245f71 commit 0683e59Copy full SHA for 0683e59
.github/workflows/codeql.yml
@@ -64,7 +64,7 @@ jobs:
64
distribution: 'temurin'
65
66
- name: Setup Gradle
67
- uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244
+ uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326
68
with:
69
cache-read-only: true
70
.github/workflows/run-tests.yml
@@ -26,7 +26,7 @@ jobs:
26
java-version: '11'
27
28
29
30
31
cache-read-only: ${{ github.ref != 'refs/heads/Branch_5_0' }}
32
- name: Build with Gradle
0 commit comments