Skip to content

Commit 786216f

Browse files
Merge branch 'main' into codeql/upgrade-to-v2.23.8
2 parents a23a98c + e3d3570 commit 786216f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

extractors/javascript/tools/pre-finalize.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,20 @@ if [ -z "${CODEQL_EXTRACTOR_CDS_SKIP_EXTRACTION:-}" ]; then
2020
echo "Finished running database index-files for CDS (.cds) files."
2121
fi
2222

23-
echo "Running database index-files for UI5 (.view.xml) files ..."
23+
echo "Running database index-files for UI5 (.view.xml and .fragment.xml) files ..."
2424

25-
# Index UI5 *.view.xml files.
25+
# Index UI5 *.view.xml and *.fragment.xml files.
2626
"${CODEQL_DIST}/codeql" database index-files \
2727
--include-extension=".view.xml" \
28+
--include-extension=".fragment.xml" \
2829
--language="xml" \
2930
--prune="**/node_modules/**/*" \
3031
--prune="**/.eslint/**/*" \
3132
--total-size-limit="10m" \
3233
-- \
3334
"$CODEQL_EXTRACTOR_JAVASCRIPT_WIP_DATABASE"
3435

35-
echo "Finished running database index-files for UI5 (.view.xml) files."
36+
echo "Finished running database index-files for UI5 (.view.xml and .fragment.xml) files."
3637

3738
# UI5 also requires *.view.json files and *.view.html files be indexed, but these are indexed by
3839
# default by CodeQL.

0 commit comments

Comments
 (0)