build(deps): bump setup-buildx-action to 4.3.0 and ci-workflows to v0.17.0 - #291
Merged
Merged
Conversation
….17.0 Move every ci-workflows uses: reference to the published v0.17.0 SHA and advance the mechanical setup-buildx-action pin. Hold Go at 1.26.6 until golangci-lint is qualified for 1.27. Co-authored-by: Kyle Sexton <kyle-sexton@users.noreply.github.com>
kyle-sexton
marked this pull request as ready for review
August 21, 2026 07:46
This was referenced Aug 21, 2026
kyle-sexton
added a commit
that referenced
this pull request
Aug 27, 2026
release/dependencies.json still claimed the pins were resolved against official sources at 2026-08-21T07:40:00Z, which is no longer true once the ci-workflows repository pin moves. #291, the immediate predecessor of this drain, moved resolvedAt to the same instant as the reviewed-decision record's reviewedAt; this follows that precedent. Metadata only. Test-ReleasePins.ps1 does not read this field, so nothing in CI would have caught the stale value. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
kyle-sexton
added a commit
that referenced
this pull request
Aug 27, 2026
release/dependencies.json still claimed the pins were resolved against official sources at 2026-08-21T07:40:00Z, which is no longer true once the PowerShell pin and both hosted-image manifest references move. #291, the immediate predecessor of this drain, moved resolvedAt to the same instant as the reviewed-decision record's reviewedAt; this follows that precedent. Metadata only. Test-ReleasePins.ps1 does not read this field, so nothing in CI would have caught the stale value. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
No linked issue
Summary
Review-only pin drain for #283. Frontier consensus (Fable + Sol) unanimously chose
BUMP_BUILDX,BUMP_CI_WORKFLOWS, andHOLD_GO.Fix
melodic-software/ci-workflowsuses:reference (21) to publishedv0.17.0atd26c750691b5498fab529d115b63f84aa7aecebe.docker/setup-buildx-action4.2.0 → 4.3.0 (37fe631027851001ddb9b187196cc803df7f5f0e).release/dependency-drift-review.json.Verification
v4.3.0resolves to37fe631027851001ddb9b187196cc803df7f5f0evia the GitHub Git API.gh release view v0.17.0 --repo melodic-software/ci-workflowstargetsd26c750691b5498fab529d115b63f84aa7aecebe.node --test .github/scripts/workflow-pin-metadata.test.cjsafter the SHA constants move../scripts/Test-ReleasePins.ps1after merge-prep.Related