feat(runner-policy): review the retirement-aligned drift-check contract - #111
Merged
Conversation
github-iac must bump its pulumi-version-drift-check pin to the ci-workflows commit whose deploy guard matches the post-retirement Pulumi OIDC trust; the exact-reference allowlist needs that pin reviewed before the consumer CI lane will accept it. The prior pin stays reviewed until the consumer bump lands, then it is removed. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JLfjHY8PY6ozhgZPiuHKik
|
Claude finished @kyle-sexton's task in 1m 6s —— View job PR Review
Overall: LGTM — clean, minimal, well-tested.
|
kyle-sexton
added a commit
that referenced
this pull request
Jul 15, 2026
## Why Completes the staged rollout from #111: melodic-software/github-iac#112 merged with the drift-check pin at the reviewed `15aefd8` reference, so the prior `@99ac2f8` contract entry has zero consumers (verified via org-wide code search). The allowlist carries no superseded references. ## What - `policy.json`: superseded `pulumi-version-drift-check.yml@99ac2f8` contract removed - `runner-policy.test.mjs`: single drift-check reference asserted; transitional constant names collapsed ## Verification - `node --test components/runner-policy/runner-policy.test.mjs`: 112 pass / 0 fail 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_01JLfjHY8PY6ozhgZPiuHKik 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.
Why
melodic-software/github-iac#112 bumps its
pulumi-version-drift-check.ymlpin to ci-workflows15aefd8(the commit whose deploy-guard contract matches post-retirement Pulumi OIDC trust — melodic-software/ci-workflows#96). The runner-policy engine allowlists reusable-workflow contracts by exactpath@SHA, so the consumer lane rejects the new pin until it is reviewed here (Codex confirmed this on github-iac#112; the Runner policy check fails there today).What
policy.json: add thepulumi-version-drift-check.yml@15aefd8contract (identical shape: hosted-only,fixedRunsOn: ubuntu-24.04)runner-policy.test.mjs: assert the new reviewed reference alongside the existing one (same staged-set pattern the selector allowlist already uses)Cleanup contract
The
@99ac2f8drift-check entry stays only until github-iac#112 merges; a follow-up removes it the same day — no lingering legacy references.Verification
node --test components/runner-policy/runner-policy.test.mjs: 101 pass / 0 fail🤖 Generated with Claude Code
https://claude.ai/code/session_01JLfjHY8PY6ozhgZPiuHKik