Skip to content

Commit

Permalink
Fix codeql action version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan committed May 13, 2024
1 parent 1e8a807 commit 6ab02e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ jobs:
git -c protocol.version=2 submodule update --init --force --depth=1
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ['java']
languages: java

- name: Setup Java
uses: actions/setup-java@v3
Expand Down Expand Up @@ -139,4 +139,4 @@ jobs:
working-directory: lib\android_build

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

0 comments on commit 6ab02e5

Please sign in to comment.