Skip to content

Commit 4e3bfbf

Browse files
authored
Update codeql_with_config.yml
1 parent 8fbdef5 commit 4e3bfbf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/codeql_with_config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ jobs:
7676
# If you wish to specify custom queries, you can do so here or in a config file.
7777
# By default, queries listed here will override any specified in a config file.
7878
# Prefix the list here with "+" to use these queries and those in the config file.
79-
config: |
80-
paths:
81-
- src
82-
paths-ignore:
83-
- src/node_modules
84-
- '**/*.test.js'
79+
# config: |
80+
#paths:
81+
#- src
82+
#paths-ignore:
83+
#- src/node_modules
84+
#- '**/*.test.js'
8585

8686
# 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
8787
# queries: security-extended,security-and-quality

0 commit comments

Comments
 (0)