Skip to content

Commit 7bf1da4

Browse files
committed
Bump gradle/actions to 4.4.0
(hash: 8379f6a1328ee0e06e2bb424dadb7b159856a326)
1 parent e9d06e7 commit 7bf1da4

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@06832c7b30a0129d7fb559bcc6e43d26f6374244
72+
uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326
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@06832c7b30a0129d7fb559bcc6e43d26f6374244
31+
uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326
3232
with:
3333
cache-read-only: ${{ github.ref != 'refs/heads/master' }}
3434
- name: Build with Gradle

0 commit comments

Comments
 (0)