Skip to content

Commit 764ca74

Browse files
committed
Updated codeql-action to v3
V2 is deprecated soon.
1 parent 92a46af commit 764ca74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-analysis-codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
uses: actions/checkout@v3
2323

2424
- name: Initialize CodeQL
25-
uses: github/codeql-action/init@v2
25+
uses: github/codeql-action/init@v3
2626
with:
2727
languages: 'csharp'
2828

2929
- name: Run build
3030
run: ./Build.ps1 -SkipTests
3131

3232
- name: Perform CodeQL Analysis
33-
uses: github/codeql-action/analyze@v2
33+
uses: github/codeql-action/analyze@v3
3434
with:
3535
category: "/language:csharp"

0 commit comments

Comments
 (0)