Skip to content

Commit e9e3bb1

Browse files
fix: update checkout to v5, exclude EJS templates from CodeQL (#1094)
1 parent 42e358e commit e9e3bb1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,16 @@ jobs:
3636

3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v5
4040

4141
# Initializes the CodeQL tools for scanning.
4242
- name: Initialize CodeQL
4343
uses: github/codeql-action/init@v4
4444
with:
4545
languages: ${{ matrix.language }}
46+
config: |
47+
paths-ignore:
48+
- packages/devextreme-cli/src/templates
4649
# If you wish to specify custom queries, you can do so here or in a config file.
4750
# By default, queries listed here will override any specified in a config file.
4851
# Prefix the list here with "+" to use these queries and those in the config file.

0 commit comments

Comments
 (0)