Skip to content

Commit

Permalink
chore(security): Update CodeQL actions (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion committed Jul 12, 2024
1 parent 7fc7d3d commit 1823199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
check-latest: true
- uses: gradle/actions/setup-gradle@v3
- uses: gradle/actions/wrapper-validation@v3
- uses: github/codeql-action/init@v2
- uses: github/codeql-action/init@v3
with:
languages: java-kotlin
- run: ./gradlew build -x check
- uses: github/codeql-action/analyze@v2
- uses: github/codeql-action/analyze@v3
with:
category: /language:java-kotlin

0 comments on commit 1823199

Please sign in to comment.