We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35304c commit 435eb08Copy full SHA for 435eb08
.github/workflows/codecheck.yml
@@ -115,7 +115,7 @@ jobs:
115
116
# Initializes the CodeQL tools for scanning.
117
- name: Initialize CodeQL
118
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
119
with:
120
languages: ${{ matrix.language }}
121
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -124,4 +124,4 @@ jobs:
124
# queries: ./path/to/local/query, your-org/your-repo/queries@main
125
- run: ./gradlew -x test assembleReleaseJar
126
- name: Perform CodeQL Analysis
127
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments