Skip to content

Commit 703d63a

Browse files
author
AidenJahani
committed
86062: Upgrade CodeQL from v2 to v3
1 parent 81caf75 commit 703d63a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

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

6060
# Initializes the CodeQL tools for scanning.
6161
- name: Initialize CodeQL
62-
uses: github/codeql-action/init@v2
62+
uses: github/codeql-action/init@v3
6363
with:
6464
languages: ${{ matrix.language }}
6565
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -72,4 +72,4 @@ jobs:
7272
dotnet build ./Source/CdrAuthServer.sln --configuration 'Release'
7373
7474
- name: Perform CodeQL Analysis
75-
uses: github/codeql-action/analyze@v2
75+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)