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 2445e4a + f8c7127 commit 33997b7Copy full SHA for 33997b7
.github/workflows/CI.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Initialize CodeQL
27
if: matrix.runner-os == 'ubuntu-latest'
28
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
29
with:
30
languages: 'csharp'
31
config-file: ./.github/codeql/codeql-config.yml
@@ -77,7 +77,7 @@ jobs:
77
path: code-coverage-results.md
78
79
- name: Perform CodeQL Analysis
80
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
81
82
83
upload-event-file:
0 commit comments