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 7cc50dc commit 7a0d3a3Copy full SHA for 7a0d3a3
.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@v2
+ uses: github/codeql-action/init@v3
40
with:
41
languages: ${{ matrix.language }}
42
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -56,4 +56,4 @@ jobs:
56
run: dotnet build --configuration Debug --no-restore
57
58
- name: Perform CodeQL Analysis
59
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments