chore(deps): bump checkout, setup-go, attest (workflows + scaffold templates) - #162
Merged
Conversation
Dependabot bumped actions/checkout 7.0.0->7.0.1, actions/setup-go 6->7.0.0, and actions/attest 4.1.1->4.2.0 (PRs #159/#160/#161), but edits only the live workflows. TestSelfScaffoldParity requires the committed release.yml/auto-release.yml to be byte-identical to the scaffold templates (itd-93 Branch A), so a live-only bump breaks the build. This bumps both the live workflows and the scaffold templates together, keeping parity. Supersedes #159, #160, #161. Assisted-by: Claude:claude-fable-5
This was referenced Jul 28, 2026
REPPL
enabled auto-merge
July 28, 2026 07:50
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.
Bumps three GitHub Actions to the versions Dependabot proposed in #159/#160/#161, applied to both the live workflows and the scaffold templates so
TestSelfScaffoldParity(itd-93 Branch A: live workflows must be byte-identical to the templates baked into the binary) stays green.actions/checkout7.0.0 → 7.0.1 (chore(deps): Bump actions/checkout from 7.0.0 to 7.0.1 #159)actions/setup-go6 → 7.0.0 (chore(deps): Bump actions/setup-go from 6.5.0 to 7.0.0 #160)actions/attest4.1.1 → 4.2.0 (chore(deps): Bump actions/attest from 4.1.1 to 4.2.0 #161)Dependabot edits only the live workflow, which fails the parity test and blocks the build — and it force-pushes its branches on rebase, so a template fix pushed onto its branches would be wiped. This combined change is the durable fix. Supersedes and closes #159, #160, #161.
SHAs are pinned and unchanged in form (still
@<sha> # <tag>); only the pin values move.