[CI/CD] Make the CI and release toolchain immutable and reproducible#248
Open
fettpl wants to merge 5 commits into
Open
[CI/CD] Make the CI and release toolchain immutable and reproducible#248fettpl wants to merge 5 commits into
fettpl wants to merge 5 commits into
Conversation
Author
|
@0xSero Exact independently reviewed head 17896af is ready, non-draft, and mergeable. Current-head CI (https://github.com/sybil-solutions/local-studio/actions/runs/29729720146) and Security (https://github.com/sybil-solutions/local-studio/actions/runs/29729720020) are action_required with zero executable jobs, pending upstream workflow approval; no genuine CI failure is present. Please approve the runs and review when convenient. |
fettpl
force-pushed
the
p1/issue-230-immutable-toolchain
branch
from
July 20, 2026 08:58
b41ce4f to
17896af
Compare
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
Closes #230
Design
This branch is stacked directly on #244 and should merge after it. Mutable workflow inputs are replaced with exact identities, while the repository policy rejects unpinned or dynamically resolved execution paths before privileged consumers run. The release workflow retains #244's exact-checkout and tested-revision guarantees while using the pinned local semantic-release toolchain.
Validation
17896afa176f39f9265821f4f751b391344a1a14.npm run check: passed.action_requiredwith no executable jobs, pending upstream workflow approval.UI changes
None. The issue-specific change is CI and release tooling only.
Risks and rollout