Skip to content

Commit a2847a2

Browse files
authored
Update codeql.yml (#1485)
1 parent fcd531e commit a2847a2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,14 @@ jobs:
5353

5454
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
5555
# queries: security-extended,security-and-quality
56-
56+
config: |
57+
paths-ignore:
58+
- '**/*.test.js'
59+
- '**/*.spec.js'
60+
- '**/*.test.ts'
61+
- '**/*.spec.ts'
62+
- '**/*.test.tsx'
63+
- '**/*.spec.tsx'
5764
5865
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
5966
# If this step fails, then you should remove it and run the build manually (see below)

0 commit comments

Comments
 (0)