ci: add lint step and upgrade GitHub Actions versions#213
Open
ci: add lint step and upgrade GitHub Actions versions#213
Conversation
- Adds npm run lint (non-blocking, advisory) to CI/CD workflow - Upgrades actions/checkout v3 → v4 in all workflows - Upgrades actions/setup-node v3 → v4 in CI/CD and npm-publish - Upgrades github/codeql-action v2 → v3 in CodeQL workflow Task: ES-2708 Made-with: Cursor
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Task Reference
Changes Made
Checklist
Made with Cursor
Note
Low Risk
Low risk CI-only changes: upgrades GitHub Actions to newer major versions and adds a non-blocking lint step; potential impact is limited to workflow execution behavior.
Overview
CI workflows are updated to newer GitHub Actions major versions:
actions/checkout@v4,actions/setup-node@v4, andgithub/codeql-action@v3are now used across CodeQL, CI, publish, and docs deploy workflows.CI now runs
npm run lintas an advisory step innode.js.yml(configured withcontinue-on-error: true) before compile/tests, so lint issues are surfaced without failing the build.Written by Cursor Bugbot for commit 4fa22e1. This will update automatically on new commits. Configure here.