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.
2 parents 154cf03 + 6c421a3 commit a297ad9Copy full SHA for a297ad9
.github/workflows/codeql-analysis.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/checkout@v3
28
29
- name: Initialize CodeQL
30
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
31
with:
32
languages: ${{ matrix.language }}
33
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -47,4 +47,4 @@ jobs:
47
./gradlew clean build
48
49
- name: Perform CodeQL Analysis
50
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
0 commit comments