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 0f97431 commit 5ece21dCopy full SHA for 5ece21d
1 file changed
.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@v2
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.sln -v minimal
61
62
- name: Perform CodeQL Analysis
63
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
0 commit comments