Skip to content

Commit 38eeb85

Browse files
committed
Upgrade gradle/actions to v5.0.0
1 parent a52de4d commit 38eeb85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
distribution: 'temurin'
6565

6666
- name: Setup Gradle
67-
uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326
67+
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
6868
with:
6969
cache-read-only: true
7070

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
java-version: '17'
2727
distribution: 'temurin'
2828
- name: Setup Gradle
29-
uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326
29+
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
3030
with:
3131
cache-read-only: ${{ github.ref != 'refs/heads/Branch_6_0' }}
3232
- name: Build with Gradle

0 commit comments

Comments
 (0)