Skip to content

Commit 0683e59

Browse files
committed
Bump gradle/actions to 4.4.0
(hash: 8379f6a1328ee0e06e2bb424dadb7b159856a326)
1 parent 0245f71 commit 0683e59

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@06832c7b30a0129d7fb559bcc6e43d26f6374244
67+
uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326
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: '11'
2727
distribution: 'temurin'
2828
- name: Setup Gradle
29-
uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244
29+
uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326
3030
with:
3131
cache-read-only: ${{ github.ref != 'refs/heads/Branch_5_0' }}
3232
- name: Build with Gradle

0 commit comments

Comments
 (0)