Skip to content

Commit c4f4287

Browse files
committed
Update CodeQL workflow to use v3 actions
Per: https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/ Signed-off-by: kingthorin <[email protected]>
1 parent a6fc8c5 commit c4f4287

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424

2525
steps:
2626
- uses: actions/checkout@v4
27-
- uses: github/codeql-action/init@v2
27+
- uses: github/codeql-action/init@v3
2828
with:
2929
languages: ${{ matrix.language }}
30-
- uses: github/codeql-action/autobuild@v2
31-
- uses: github/codeql-action/analyze@v2
30+
- uses: github/codeql-action/autobuild@v3
31+
- uses: github/codeql-action/analyze@v3
3232
with:
3333
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)