Revert "[StepSecurity] Apply security best practices"#7379
Merged
alexprudhomme merged 1 commit intomainfrom Apr 9, 2026
Merged
Revert "[StepSecurity] Apply security best practices"#7379alexprudhomme merged 1 commit intomainfrom
alexprudhomme merged 1 commit intomainfrom
Conversation
This reverts commit 7670961.
Collaborator
|
(please explain why, prolly someone from sec that'll stumble here eventually) |
Contributor
There was a problem hiding this comment.
Pull request overview
Reverts the previous StepSecurity change for the Changesets release step in the CD workflow, restoring the upstream Changesets GitHub Action used for creating release PRs and publishing.
Changes:
- Replace
step-security/changeset-actionwithchangesets/actionin the release workflow step.
Contributor
Author
Done 👍 |
@coveo/atomic
@coveo/atomic-hosted-page
@coveo/atomic-legacy
@coveo/atomic-react
@coveo/auth
@coveo/bueno
@coveo/create-atomic
@coveo/create-atomic-component
@coveo/create-atomic-component-project
@coveo/create-atomic-result-component
@coveo/create-atomic-rollup-plugin
@coveo/headless
@coveo/headless-react
@coveo/shopify
commit: |
✅ 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. |
fbeaudoincoveo
approved these changes
Apr 9, 2026
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.
Reverts #7371
Why
The StepSecurity PR (#7371) replaced
changesets/actionwithstep-security/changeset-action. This broke the "Create release" CD workflow with:Root cause
The upstream
changesets/actionincludes fix #563 — "Don't error on symlinks and executables when they don't have to be touched anyway" (commit).The
step-security/changeset-actionfork is missing this fix. Their automated cherry-pick workflow (PR #70) picked up upstream commits #545, #566, and #564, but skipped #563 — likely due to a merge conflict with their own audit/vulnerability patches.Upstream issue
Filed: step-security/changeset-action#75
Once the fork picks up the missing fix, StepSecurity can re-propose the action swap.
KIT-282