Skip to content

Commit 57ab6e1

Browse files
fix: exclude schematics templates from CodeQL analysis
1 parent 70de9ff commit 57ab6e1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
config: |
4848
paths-ignore:
4949
- packages/devextreme-cli/src/templates
50+
- packages/devextreme-schematics/src/*/files
51+
- templates-generator
5052
# If you wish to specify custom queries, you can do so here or in a config file.
5153
# By default, queries listed here will override any specified in a config file.
5254
# Prefix the list here with "+" to use these queries and those in the config file.

0 commit comments

Comments
 (0)