Skip to content

Commit 54bf75a

Browse files
committed
ci: update GitHub Actions to Version 3
- Update the github action to use version 3 instead of version 2 Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent 8f480c3 commit 54bf75a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
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)