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 5de1c25 commit ca5d9f4Copy full SHA for ca5d9f4
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
# Initializes the CodeQL tools for scanning.
41
- name: Initialize CodeQL
42
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
43
with:
44
languages: ${{ matrix.language }}
45
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -59,4 +59,4 @@ jobs:
59
run: dotnet build --configuration Debug --no-restore
60
61
- name: Perform CodeQL Analysis
62
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments