ci(workflows): pin post-#200 overlay digests (closes #201)#202
Merged
cbeaulieu-gt merged 1 commit intomainfrom May 5, 2026
Merged
ci(workflows): pin post-#200 overlay digests (closes #201)#202cbeaulieu-gt merged 1 commit intomainfrom
cbeaulieu-gt merged 1 commit intomainfrom
Conversation
PR #200 (#199, #197) baked safe.directory '*' into the runtime base image. The reusable workflows still referenced pre-#200 overlay digests, leaving the dogfood broken. Bump all 7 occurrences to the post-merge digests produced by runtime-build run 25405636887 against commit 3bb6a22. Per-overlay substitution counts (verified): review: 2 (claude-pr-review.yml, claude-tag-respond.yml) fix: 4 (claude-apply-fix.yml, claude-ci-failure.yml, claude-lint-failure.yml, claude-tag-respond.yml) explain: 1 (claude-tag-respond.yml) total: 7 STAGE 4-overlay smoke (incl. d.5 safe.directory check) passed for all three overlays in run 25405636887, so these digests are pre-validated. Closes #201. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
I'll analyze this and get back to you. |
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
git config --system --add safe.directory '*'into Dockerfile #199, bug: claude-code-action git fetch fails inside pull_request_target containerized review #197)Substitution map
e0bb997…46d16c2…claude-pr-review.yml,claude-tag-respond.yml(2)3e8fd1b…2474e5c…claude-apply-fix.yml,claude-ci-failure.yml,claude-lint-failure.yml,claude-tag-respond.yml(4)c3fb56e…6eb12b4…claude-tag-respond.yml(1)Total: 7 substitutions across 5 files.
Verification results
actionlint— no output (clean).git diff --stat— exactly 5 files changed, no other files touched.Test plan
actionlint .github/workflows/*.yml— passes with no outputgit diff --stat— exactly 5 workflow files changedclaude-pr-reviewjob starts successfully inside the new review overlay (safe.directory no longer blocks git)Closes #201
🤖 Generated by Claude Code on behalf of @cbeaulieu-gt