Skip to content

Commit de0d2c4

Browse files
committed
ci: update CodeQL config to ignore the test directory
1 parent 8fea14d commit de0d2c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.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@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
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)