fix(ci): repoint container pins to post-#195 overlay digests#196
Merged
Conversation
…194) PR #195 rebuilt the runtime base image with `unzip` + `gh` baked in, producing new overlay digests on the post-merge runtime-build run. This commit updates the 5 container-pinned reusable workflows + the claude-tag-respond.yml dispatch mapping to point at those new digests. Image map (review / fix / explain): - claude-runtime-review@sha256:e0bb9972... - claude-runtime-fix@sha256:3e8fd1b7... - claude-runtime-explain@sha256:c3fb56ee... With this in, every container-init goes against an image that has the dependencies the composite actions need; PR #191's `review` check should pass on its next rebase, end-to-end validating the #192 / #194 diagnosis. Closes #194.
Member
Author
Note on the
|
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 #194 (PR-B of a two-PR sequence; PR-A was #195, merged as
ff5aa34).PR #195 rebuilt the runtime base image with
unzipandghbaked in. The post-mergeruntime-buildrun (id 25398539323) produced new overlay digests. This PR repoints the 5 container-pinned reusable workflows and theclaude-tag-respond.ymldispatch mapping to those new digests.The underlying overlay set, layer model, and "different eyes" guarantee are unchanged.
Validation target: PR #191 — the
reviewcheck failure diagnosed in #192 / #194 should clear on its next rebase against this merged change.Files changed
.github/workflows/claude-pr-review.yml— review image digest updated.github/workflows/claude-tag-respond.yml— review + fix + explain image digests updated (2 lines).github/workflows/claude-apply-fix.yml— fix image digest updated.github/workflows/claude-ci-failure.yml— fix image digest updated.github/workflows/claude-lint-failure.yml— fix image digest updatedCLAUDE.md— Phase 5 image refresh note appended to CI Runtime sectionDigest replacement table
claude-runtime-reviewsha256:776980ed...cdeef1sha256:e0bb9972...184caclaude-runtime-fixsha256:da2b6e52...24a20sha256:3e8fd1b7...ed24claude-runtime-explainsha256:23dd59f2...06ff77sha256:c3fb56ee...424cCloses #194
Test plan
actionlintclean — verified locally (exit 0).github/workflows/tree — verified withgrep🤖 Generated by Claude Code on behalf of @cbeaulieu-gt