We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3380b37 commit 79c9cebCopy full SHA for 79c9ceb
.github/codeql/codeql-config.yml
@@ -0,0 +1,10 @@
1
+paths-ignore:
2
+ - '**/*.test.ts'
3
+ - '**/*.spec.ts'
4
+ - '**/__tests__/**'
5
+ - '**/tests/**'
6
+ - '**/test/**'
7
+ - '**/test-files/**'
8
+ - '**/dist/**'
9
+ - '**/node_modules/**'
10
+ - '**/scripts/**'
.github/workflows/codeql.yml
@@ -73,6 +73,7 @@ jobs:
73
- name: Initialize CodeQL
74
uses: github/codeql-action/init@v3
75
with:
76
+ config-file: ./.github/codeql/codeql-config.yml
77
languages: ${{ matrix.language }}
78
build-mode: ${{ matrix.build-mode }}
79
# If you wish to specify custom queries, you can do so here or in a config file.
0 commit comments