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 997d7fd + 5b93f68 commit bd1284eCopy full SHA for bd1284e
.github/workflows/codeql-analysis.yml
@@ -34,10 +34,10 @@ jobs:
34
dotnet-version: 8.0.x
35
- run: dotnet --info
36
- name: Initialize CodeQL
37
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
38
with:
39
languages: ${{ matrix.language }}
40
- run: ./build.ps1 build
41
shell: pwsh
42
- name: Perform CodeQL Analysis
43
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments