Skip to content

Commit

Permalink
Upgrade to use Gradle setup-gradle v4 (#2569)
Browse files Browse the repository at this point in the history
I have seen a lot of CodeQL errors recently for no apparent reason.
Hopefully this will fix them.
  • Loading branch information
jianglai authored Sep 26, 2024
1 parent 2b3c652 commit cbe59b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:

# Build with Gradle
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
with:
build-scan-publish: true
build-scan-terms-of-service-url: "https://gradle.com/terms-of-service"
build-scan-terms-of-service-agree: "yes"
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
build-scan-terms-of-use-agree: "yes"
- name: Execute Gradle build
run: ./gradlew build -x test -x jIFC

Expand Down

0 comments on commit cbe59b6

Please sign in to comment.