Skip to content

Commit c7ff8ee

Browse files
committed
build: update paths
1 parent d47f89c commit c7ff8ee

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/codeql/codeql_config.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,17 @@ name: codeql_configuration
2020

2121
# Define paths for which code scanning should be performed:
2222
paths:
23-
- 'lib/**/bin/**'
24-
- 'lib/**/docs/types/**'
25-
- 'lib/**/include/**'
26-
- 'lib/**/lib/**'
27-
- 'lib/**/src/**'
23+
- 'lib/node_modules/**/bin'
24+
- 'lib/node_modules/**/docs/types'
25+
- 'lib/node_modules/**/include'
26+
- 'lib/node_modules/**/lib'
27+
- 'lib/node_modules/**/src'
2828

29-
- 'lib/**/*.gyp'
30-
- 'lib/**/*.gypi'
29+
- 'lib/node_modules/**/*.gyp'
30+
- 'lib/node_modules/**/*.gypi'
3131
- 'package.json'
3232

3333
# Define paths for which code scanning should *not* be performed:
3434
paths-ignore:
35-
- 'lib/**/_tools/**'
35+
- 'node_modules'
36+
- 'lib/node_modules/**/_tools'

0 commit comments

Comments
 (0)