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 77104bd commit a86462cCopy full SHA for a86462c
.github/workflows/codeql-analysis.yml
@@ -31,7 +31,7 @@ jobs:
31
32
# Initializes the CodeQL tools for scanning.
33
- name: Initialize CodeQL
34
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
35
with:
36
languages: ${{ matrix.language }}
37
@@ -40,4 +40,4 @@ jobs:
40
run: tools/azurePipelinesBuild.ps1
41
42
- name: Perform CodeQL Analysis
43
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
0 commit comments