Skip to content

Commit 9be796b

Browse files
authored
Update codeql-analysis.yml
1 parent 293bce7 commit 9be796b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
# You may wish to alter this file to override the set of languages analyzed,
55
# or to provide custom queries or build logic.
66
name: "CodeQL"
7-
7+
disable-default-queries: true
8+
paths-ignore:
9+
- node_modules
10+
- '**/*.test.js'
11+
paths:
12+
- src
813
on:
914
push:
1015
branches: [master]
@@ -18,7 +23,6 @@ jobs:
1823
analyze:
1924
name: Analyze
2025
runs-on: ubuntu-latest
21-
2226
strategy:
2327
fail-fast: false
2428
matrix:

0 commit comments

Comments
 (0)