Skip to content

Commit 33997b7

Browse files
Merge branch 'main' into dependabot/github_actions/softprops/action-gh-release-2
2 parents 2445e4a + f8c7127 commit 33997b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Initialize CodeQL
2727
if: matrix.runner-os == 'ubuntu-latest'
28-
uses: github/codeql-action/init@v2
28+
uses: github/codeql-action/init@v3
2929
with:
3030
languages: 'csharp'
3131
config-file: ./.github/codeql/codeql-config.yml
@@ -77,7 +77,7 @@ jobs:
7777
path: code-coverage-results.md
7878

7979
- name: Perform CodeQL Analysis
80-
uses: github/codeql-action/analyze@v2
80+
uses: github/codeql-action/analyze@v3
8181
if: matrix.runner-os == 'ubuntu-latest'
8282

8383
upload-event-file:

0 commit comments

Comments
 (0)