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 15b88f8 + 3e0f4e7 commit 8ce91cfCopy full SHA for 8ce91cf
.github/workflows/codeql-analysis.yml
@@ -54,7 +54,7 @@ jobs:
54
fetch-depth: 0
55
56
- name: Initialize CodeQL
57
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
58
with:
59
languages: ${{ matrix.language }}
60
@@ -83,4 +83,4 @@ jobs:
83
run: dotnet run/build.dll --target=BuildPrepare --exclusive
84
85
- name: Perform CodeQL Analysis
86
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments