Skip to content

Commit 237331a

Browse files
committed
ci: update GitHub Action version to v3 in codeql.yml file
- Update the github action version from `v2` to `v3` in the codeql.yml file. Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent a8c915f commit 237331a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v2
45+
uses: github/codeql-action/init@v3
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.

0 commit comments

Comments
 (0)