ci: Exclude all monorepo packages from safechain minimum age (backport to release-candidate/2.20.x) (#29954)

Co-authored-by: Matsu <huhta.matias@gmail.com>
This commit is contained in:
n8n-assistant[bot] 2026-05-07 09:08:42 +03:00 committed by GitHub
parent ae115d199f
commit c9b1463c58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ runs:
# Exclude first-party @n8n/* packages from SafeChain's minimum-package-age
# filter so freshly-published versions stay visible to every subsequent
# step in the job (install, build, and publish).
echo "SAFE_CHAIN_MINIMUM_PACKAGE_AGE_EXCLUSIONS=@n8n/*" >> "$GITHUB_ENV"
echo "SAFE_CHAIN_MINIMUM_PACKAGE_AGE_EXCLUSIONS=@n8n/*,n8n,n8n-containers,n8n-core,n8n-editor-ui,n8n-node-dev,n8n-nodes-base,n8n-playwright,n8n-workflow" >> "$GITHUB_ENV"
shell: bash
- name: Install Dependencies