Skip to content

fix: update checkout to v5, exclude EJS templates from CodeQL#1094

Merged
EugeniyKiyashko merged 1 commit into
masterfrom
fix/codeql-workflow
Apr 20, 2026
Merged

fix: update checkout to v5, exclude EJS templates from CodeQL#1094
EugeniyKiyashko merged 1 commit into
masterfrom
fix/codeql-workflow

Conversation

@EugeniyKiyashko
Copy link
Copy Markdown
Contributor

Fixes two remaining CodeQL warnings:

  1. Node.js 20 deprecation: actions/checkout@v4@v5 (Node.js 20 will be removed Sept 16, 2026)
  2. 1456 parse errors: EJS template files in packages/devextreme-cli/src/templates/ contain <%=...%> syntax inside .ts/.tsx files, which CodeQL's JavaScript extractor can't parse. These are excluded via paths-ignore.

@EugeniyKiyashko EugeniyKiyashko self-assigned this Apr 20, 2026
@EugeniyKiyashko EugeniyKiyashko merged commit e9e3bb1 into master Apr 20, 2026
43 checks passed
@EugeniyKiyashko EugeniyKiyashko deleted the fix/codeql-workflow branch April 20, 2026 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants