Skip to content

Commit

Permalink
Add gradle wrapper validation for CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
pandaninjas authored Dec 3, 2023
1 parent 29c0383 commit 9d96f27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:

- name: Enable verbose logging of dependencies
run: echo "org.gradle.dependency.verification.console=verbose" >> $GITHUB_WORKSPACE/gradle.properties

- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1

- name: Build with Gradle
run: ./gradlew build --no-daemon

Expand Down

0 comments on commit 9d96f27

Please sign in to comment.