Skip to content

Commit 435eb08

Browse files
committed
Bump codeql version to make CI pass
1 parent c35304c commit 435eb08

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
@@ -115,7 +115,7 @@ jobs:
115115

116116
# Initializes the CodeQL tools for scanning.
117117
- name: Initialize CodeQL
118-
uses: github/codeql-action/init@v2
118+
uses: github/codeql-action/init@v3
119119
with:
120120
languages: ${{ matrix.language }}
121121
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -124,4 +124,4 @@ jobs:
124124
# queries: ./path/to/local/query, your-org/your-repo/queries@main
125125
- run: ./gradlew -x test assembleReleaseJar
126126
- name: Perform CodeQL Analysis
127-
uses: github/codeql-action/analyze@v2
127+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)