Skip to content

Commit 171f9b8

Browse files
authored
ci: update CodeQL config to ignore the test directory (#615)
1 parent a722dec commit 171f9b8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
4646
with:
4747
languages: ${{ matrix.language }}
48+
config: |
49+
paths-ignore:
50+
- test
4851
# If you wish to specify custom queries, you can do so here or in a config file.
4952
# By default, queries listed here will override any specified in a config file.
5053
# Prefix the list here with "+" to use these queries and those in the config file.

0 commit comments

Comments
 (0)