From ef953d5be7a9a7147a6bbc1ba8ebdb4b60130bc6 Mon Sep 17 00:00:00 2001 From: Sergio Bur Date: Fri, 22 May 2026 10:49:42 +0200 Subject: [PATCH 1/3] fix: try to fix codeql alert --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e16b31f99..8cd376c23 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -45,8 +45,8 @@ jobs: languages: ${{ matrix.language }} config: | paths-ignore: - - packages/devextreme-cli/src/templates - - packages/devextreme-schematics/src/*/files + - packages/devextreme-cli/src/templates/** + - packages/devextreme-schematics/src/**/files/** # If you wish to specify custom queries, you can do so here or in a config file. # By default, queries listed here will override any specified in a config file. # Prefix the list here with "+" to use these queries and those in the config file. From 1f4fe360df032196a69472aa7c8e397ad19df9a8 Mon Sep 17 00:00:00 2001 From: Sergio Bur Date: Fri, 22 May 2026 10:51:24 +0200 Subject: [PATCH 2/3] Revert "fix: try to fix codeql alert" This reverts commit ef953d5be7a9a7147a6bbc1ba8ebdb4b60130bc6. --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8cd376c23..e16b31f99 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -45,8 +45,8 @@ jobs: languages: ${{ matrix.language }} config: | paths-ignore: - - packages/devextreme-cli/src/templates/** - - packages/devextreme-schematics/src/**/files/** + - packages/devextreme-cli/src/templates + - packages/devextreme-schematics/src/*/files # If you wish to specify custom queries, you can do so here or in a config file. # By default, queries listed here will override any specified in a config file. # Prefix the list here with "+" to use these queries and those in the config file. From fd84c18701466f797986e491f57a98e55e0a2fe0 Mon Sep 17 00:00:00 2001 From: Sergio Bur Date: Fri, 22 May 2026 10:51:42 +0200 Subject: [PATCH 3/3] feat: try to undo --- .github/workflows/codeql-analysis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e16b31f99..3e3443823 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -47,7 +47,6 @@ jobs: paths-ignore: - packages/devextreme-cli/src/templates - packages/devextreme-schematics/src/*/files - # If you wish to specify custom queries, you can do so here or in a config file. # By default, queries listed here will override any specified in a config file. # Prefix the list here with "+" to use these queries and those in the config file.