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 6b28cd7 commit 81e68e2Copy full SHA for 81e68e2
.github/workflows/CIBuild.yml
.github/workflows/codeql-analysis.yml
@@ -36,7 +36,7 @@ jobs:
36
37
# Initializes the CodeQL tools for scanning.
38
- name: Initialize CodeQL
39
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
40
with:
41
languages: ${{ matrix.language }}
42
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -69,4 +69,4 @@ jobs:
69
run: xvfb-run ./gradlew build
70
71
- name: Perform CodeQL Analysis
72
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
0 commit comments