shortstacked
shortstacked
## Summary The previous method for building standard release Docker images used `npm install -g n8n@VERSION`. This did not respect the versions pinned in `pnpm-lock.yaml`, leading to installations of potentially...
Mitigates command injection vulnerability by adding a pre-job to validate the 'version' input before use in downstream jobs. Downstream jobs now consume the validated output safely. Remove unit-tests-dispatch.yml. ## Summary...
## Summary * **Migrated Test Workflows:** Migrated all test workflows into the `n8n` repository (`test-workflows/` directory). * **Added Setup Action:** Created a new composite GitHub Action for Node.js/pnpm environment setup...
This will stop any nodes components from being committed if they decrease the overall code coverage for the nodes components. ## Summary https://linear.app/n8n/issue/CAT-856/nodes-enforce-code-coverage-checks ## Related Linear tickets, Github issues, and...
The test was failing due to how Cypress runs in headless vs non headless mode. Esc not always being registered etc. ## Summary Fixes the failing project test. ## Related...
## Summary This adds a nightly Trivy scan for our docker images. It builds from master, and publishes the results to the mission-security Slack channel. ## Related Linear tickets, Github...
Introduces a reusable workflow (`check-run-eligibility.yml`) to standardize the logic for determining if PR-triggered jobs should run. Integrated this new eligibility check into: - `PR E2E` workflow (replacing the `get-metadata` job)...
## Summary Skips the subworkflow input tests temporarily. ## Related Linear tickets, Github issues, and Community forum posts ## Review / Merge checklist - [ ] PR title and summary...
Reuse build action for setup/install/build/cache across multiple jobs. Fix outputs for Turbo cache code coverage reports. ## Summary Turbo wasn't restoring the test results or code coverage files when it...
## Summary Addresses - CVE-2025-61729 - CVE-2025-61727 ## Related Linear tickets, Github issues, and Community forum posts ## Review / Merge checklist - [ ] PR title and summary are...