fix(ci): avoid blocked pnpm action - #35
Merged
Windsor Nguyễn (windsornguyen) merged 1 commit intoAug 10, 2026
Merged
Conversation
Windsor Nguyễn (windsornguyen)
requested review from
Aryan Mahajan (aryanma) and
Tsion Kergo (tsiongk)
July 31, 2026 23:55
Windsor Nguyễn (windsornguyen)
force-pushed
the
codex/ci-public-cache-isolation
branch
from
August 10, 2026 22:35
95a6a66 to
9e5fe60
Compare
Dedalus (dedalus-ai)
approved these changes
Aug 10, 2026
Windsor Nguyễn (windsornguyen)
deleted the
codex/ci-public-cache-isolation
branch
August 10, 2026 22:49
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.
What does this change?
Replaces
pnpm/action-setupwithnpm install --global pnpm@10.30.3in the Hollywood TypeScript source and regenerates the checked-in workflow.The sized Blacksmith runners remain unchanged. Existing
Swatinem/rust-cachebehavior and its single trustedmainwriter also remain unchanged.Why?
GitHub rejected the generated workflow at startup because
pnpm/action-setupis outside the enterprise action allowlist. No jobs were scheduled.The public Docker-image leak is contained at the actual boundary: the organization-wide Blacksmith Docker Container Caching feature is disabled. Blacksmith exposes no per-repository control for that cache today. Actions cache, sticky disks, Git caching, Bazel/Buck2 caching, and Blacksmith runners remain enabled.
No issue: targeted CI incident containment.
How was it tested?
pnpm run ci test- 13 passed.pnpm run ci check- generated workflow parity, action bundle, typecheck, and workflow security passed.git diff --checkbsmr-v1-rustcache.Notes
The transparent Docker cache should stay disabled until Blacksmith provides repository-scoped trust groups or a per-repository exclusion plus image-inventory log redaction.