Skip to content

Commit

Permalink
ci(codeql): disable scans for dist/ directory
Browse files Browse the repository at this point in the history
Refs #5040
  • Loading branch information
char0n committed May 16, 2024
1 parent e7bbc5f commit 00e7dac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
config: |
paths-ignore:
- 'dist/'
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
Expand Down

0 comments on commit 00e7dac

Please sign in to comment.