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 79ff7e9 commit e387ccbCopy full SHA for e387ccb
.github/codeql/codeql-config.yml
@@ -0,0 +1,4 @@
1
+# example: https://github.com/github/codeql-action/blob/main/.github/codeql/codeql-config.yml
2
+name: "CodeQL config"
3
+paths-ignore:
4
+ - '**/*.snapshot/**/asset*/index.js'
.github/workflows/codeql.yml
@@ -46,6 +46,7 @@ jobs:
46
with:
47
languages: ${{ matrix.language }}
48
build-mode: ${{ matrix.build-mode }}
49
+ config-file: ./.github/codeql/codeql-config.yml
50
# If you wish to specify custom queries, you can do so here or in a config file.
51
# By default, queries listed here will override any specified in a config file.
52
# Prefix the list here with "+" to use these queries and those in the config file.
0 commit comments