Skip to content

Commit 5072943

Browse files
committed
Migrate all CodeQL steps to v3
1 parent f0dfdf4 commit 5072943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CODEQL.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
queries: security-extended,security-and-quality
3636

3737
- name: CodeQL Autobuild
38-
uses: github/codeql-action/autobuild@v2
38+
uses: github/codeql-action/autobuild@v3
3939

4040
- name: CodeQL Analysis
41-
uses: github/codeql-action/analyze@v2
41+
uses: github/codeql-action/analyze@v3
4242
with:
4343
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)