File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ if [ -z "${CODEQL_EXTRACTOR_CDS_SKIP_EXTRACTION:-}" ]; then
99 " ${CODEQL_DIST} /codeql" database index-files \
1010 --include-extension=.cds \
1111 --language cds \
12- --prune ** /node_modules/** /* \
13- --prune ** /.eslint/** /* \
12+ --prune ' **/node_modules/**/*' \
13+ --prune ' **/.eslint/**/*' \
1414 --total-size-limit=10m \
1515 -- \
1616 " $CODEQL_EXTRACTOR_JAVASCRIPT_WIP_DATABASE "
2020" ${CODEQL_DIST} /codeql" database index-files \
2121 --include-extension=.view.xml \
2222 --language xml \
23- --prune ** /node_modules/** /* \
24- --prune ** /.eslint/** /* \
23+ --prune ' **/node_modules/**/*' \
24+ --prune ' **/.eslint/**/*' \
2525 --total-size-limit=10m \
2626 -- \
2727 " $CODEQL_EXTRACTOR_JAVASCRIPT_WIP_DATABASE "
You can’t perform that action at this time.
0 commit comments