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 a722dec commit 171f9b8Copy full SHA for 171f9b8
1 file changed
.github/workflows/codeql.yml
@@ -45,6 +45,9 @@ jobs:
45
uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
46
with:
47
languages: ${{ matrix.language }}
48
+ config: |
49
+ paths-ignore:
50
+ - test
51
# If you wish to specify custom queries, you can do so here or in a config file.
52
# By default, queries listed here will override any specified in a config file.
53
# Prefix the list here with "+" to use these queries and those in the config file.
0 commit comments