Skip to content

Commit 60415c8

Browse files
committed
Update Gradle action from gradle-build-action to setup-gradle
The Gradle action used in the GitHub workflow has been updated from gradle/gradle-build-action to gradle/setup-gradle. This change corresponds to a newer and more stable version of the Gradle setup.
1 parent 55cb6ef commit 60415c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
java-package: jdk
2828
distribution: 'temurin'
2929
- name: Setup Gradle
30-
uses: gradle/gradle-build-action@v3.3.2
30+
uses: gradle/actions/setup-gradle@v3.4.2
3131
with:
3232
dependency-graph: generate-and-submit
3333
- name: build and test

0 commit comments

Comments
 (0)