Skip to content

Commit

Permalink
codeql action update
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Aug 25, 2024
1 parent c1f1ec4 commit 58403ed
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 @@ -63,7 +63,7 @@ jobs:
java-version: 22
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@codeql-bundle-20230524
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
Expand All @@ -85,6 +85,6 @@ jobs:
run: ./gradlew build

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@codeql-bundle-20230524
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"

0 comments on commit 58403ed

Please sign in to comment.