Skip to content

Commit

Permalink
ci: update GitHub Actions to version 3 in codeql.yml file
Browse files Browse the repository at this point in the history
- Update the github action version from `v2` to `v3` in the codeql.yml file

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Dec 30, 2023
1 parent c773aa6 commit 4b4be25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

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

0 comments on commit 4b4be25

Please sign in to comment.