We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c912f30 commit ee44e31Copy full SHA for ee44e31
.github/workflows/codeql-analysis.yml
@@ -43,7 +43,7 @@ jobs:
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
46
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v3
47
with:
48
languages: ${{ matrix.language }}
49
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -60,4 +60,4 @@ jobs:
60
- run: dotnet build src/Simplify.Web.sln -v minimal
61
62
- name: Perform CodeQL Analysis
63
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v3
0 commit comments