Skip to content

Commit

Permalink
.github: add explicit codeql-action usage to pick up the config file
Browse files Browse the repository at this point in the history
  • Loading branch information
vittorius committed Aug 27, 2024
1 parent 96d79a9 commit f6a6096
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: github/codeql-action/init@v3
with:
config-file: ./.github/codeql/codeql-config.yml
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit f6a6096

Please sign in to comment.