Skip to content

Commit 4b6ce4a

Browse files
committed
Upgrade gradle/actions to v5.0.0
1 parent 47dd80d commit 4b6ce4a

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
@@ -69,7 +69,7 @@ jobs:
6969
distribution: 'temurin'
7070

7171
- name: Setup Gradle
72-
uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326
72+
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
7373
with:
7474
cache-read-only: true
7575

.github/workflows/run-tests.yml

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

0 commit comments

Comments
 (0)