Skip to content

Commit 8fcea25

Browse files
author
MStarRobotics
committed
chore: upgrade CodeQL workflow to v3 actions
- update github/codeql-action/init to v3 - update github/codeql-action/autobuild to v3 - update github/codeql-action/analyze to v3 Fixes the workflow failure caused by deprecated CodeQL action versions. All other workflow configuration remains unchanged.
1 parent 14c2326 commit 8fcea25

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
@@ -25,15 +25,15 @@ jobs:
2525
uses: actions/checkout@v3
2626

2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@v2
28+
uses: github/codeql-action/init@v3
2929
with:
3030
languages: ${{ matrix.language }}
3131
config-file: ./.github/codeql/codeql-config.yml
3232

3333
- name: Autobuild
34-
uses: github/codeql-action/autobuild@v2
34+
uses: github/codeql-action/autobuild@v3
3535

3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@v2
37+
uses: github/codeql-action/analyze@v3
3838
with:
3939
category: '/language:${{ matrix.language }}'

0 commit comments

Comments
 (0)