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 8fea14d commit de0d2c4Copy full SHA for de0d2c4
.github/workflows/codeql.yml
@@ -45,6 +45,9 @@ jobs:
45
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
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