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 9309b3b commit b830f87Copy full SHA for b830f87
.github/codeql/codeql-config.yml
@@ -0,0 +1,4 @@
1
+paths-ignore:
2
+ # Our tsconfig files contain comments, which CodeQL complains about
3
+ - '**/tsconfig.json'
4
+ - '**/tsconfig.*.json'
.github/workflows/codeql-analysis.yml
@@ -50,6 +50,7 @@ jobs:
50
- name: Initialize CodeQL
51
uses: github/codeql-action/init@v2
52
with:
53
+ config-file: ./.github/codeql/codeql-config.yml
54
languages: ${{ matrix.language }}
55
# If you wish to specify custom queries, you can do so here or in a config file.
56
# By default, queries listed here will override any specified in a config file.
0 commit comments