Skip to content

Commit

Permalink
ci: refactor workflow and test configurations
Browse files Browse the repository at this point in the history
- Update the CodeQL action version from `v2` to `v3` in the GitHub workflow

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Feb 14, 2024
1 parent 39d9f74 commit 00fab28
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 @@ -51,4 +51,4 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

0 comments on commit 00fab28

Please sign in to comment.