Skip to content

Commit

Permalink
Update Gradle action from gradle-build-action to setup-gradle
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
adamkorynta committed Jun 18, 2024
1 parent 55cb6ef commit 60415c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
java-package: jdk
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/gradle-build-action@v3.3.2
uses: gradle/actions/setup-gradle@v3.4.2
with:
dependency-graph: generate-and-submit
- name: build and test
Expand Down

0 comments on commit 60415c8

Please sign in to comment.