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