Skip to content

Commit 486e931

Browse files
fix: exclude EJS templates from CodeQL extractor via LGTM_INDEX_FILTERS
1 parent a5bfec7 commit 486e931

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
config: |
4747
paths-ignore:
4848
- packages/devextreme-cli/src/templates
49+
env:
50+
LGTM_INDEX_FILTERS: |
51+
exclude:packages/devextreme-cli/src/templates
4952
# If you wish to specify custom queries, you can do so here or in a config file.
5053
# By default, queries listed here will override any specified in a config file.
5154
# Prefix the list here with "+" to use these queries and those in the config file.

0 commit comments

Comments
 (0)