Skip to content

Commit 2e8ab12

Browse files
committed
Bump codeql version to make CI pass
1 parent db51018 commit 2e8ab12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codecheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
# Initializes the CodeQL tools for scanning.
7676
- name: Initialize CodeQL
77-
uses: github/codeql-action/init@v2
77+
uses: github/codeql-action/init@v3
7878
with:
7979
languages: ${{ matrix.language }}
8080
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -83,4 +83,4 @@ jobs:
8383
# queries: ./path/to/local/query, your-org/your-repo/queries@main
8484
- run: ./gradlew -x test assembleReleaseJar
8585
- name: Perform CodeQL Analysis
86-
uses: github/codeql-action/analyze@v2
86+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)