We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b42cd commit 307225dCopy full SHA for 307225d
1 file changed
.github/workflows/codeql.yml
@@ -62,6 +62,10 @@ jobs:
62
with:
63
languages: ${{ matrix.language }}
64
build-mode: ${{ matrix.build-mode }}
65
+ config: |
66
+ paths-ignore:
67
+ - gitdb/gitdb/test/**
68
+ - smmap/smmap/test/**
69
# If you wish to specify custom queries, you can do so here or in a config file.
70
# By default, queries listed here will override any specified in a config file.
71
# Prefix the list here with "+" to use these queries and those in the config file.
0 commit comments