chore(ci): pin ci-workflows composites to v0.24.0 - #134
Merged
Merged
Conversation
The fifteen composite references in `.github/workflows/ci.yml` sat at v0.22.2 while `managed-files-guard.yml` already called v0.24.0, so the repository resolved ci-workflows at two commits. Move every composite to 2c1de45aa0e1b1489afb8edfebc12cb3a4fa6ac3 (v0.24.0) so one commit answers for the whole repository. No declared input changed for any of these composites between the two tags, and every referenced action path exists at v0.24.0. The `pr-section-drift` lane derives its comparison target from the `pr-contract` pin; the gate's `section_report` calls are identical at both tags, so the local mirrors still match. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01M98vWnd3jQJ19Pe6Uj7bV9
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
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 related issue: this is one repository's slice of a fleet-wide pin convergence tracked in github-iac, which stays open across the other repositories.
Summary
This repository resolved
melodic-software/ci-workflowsat two differentcommits. The fifteen composite references in
.github/workflows/ci.ymlsat at5776760254f8b63cba44e896f51604cb755350d9(v0.22.2) while.github/workflows/managed-files-guard.ymlalready called2c1de45aa0e1b1489afb8edfebc12cb3a4fa6ac3(v0.24.0). A repository that answersto two upstream commits cannot be reasoned about as a unit, and the convergence
target for the fleet is v0.24.0.
Fix
Moved all fifteen composite pins in
.github/workflows/ci.ymlto2c1de45aa0e1b1489afb8edfebc12cb3a4fa6ac3 # v0.24.0:actionlint,check-jsonschema(five call sites),ci-status,editorconfig,eol-renormalize,gitleaks,lychee-offline,markdown,pr-contract,shellcheck, andtypos. The pin comment moves with the SHA.managed-files-guard.ymlisSYNC-MANAGEDand already on target, so it is nottouched. The repository has no
.github/standards/tree and makes noreusable-workflow calls, so no synced
policy.jsongoverns these references.Historical records that name older versions (
.cursor/install.sh,.github/dependabot.yml, thepr-section-drifttest fixtures) are left alone.Verification
Every
action.ymlfor these composites is byte-identical between v0.22.2 andv0.24.0 except
ci-status, whose only change is the description text oncarry-forward-wait-seconds; no input was added, removed, or renamed, and itsdefault is unchanged. Every
with:key at every call site is still a declaredinput at v0.24.0, and all fifteen action paths exist at that commit.
The
pr-section-driftlane derives its comparison target from thepr-contractpin, so moving the pin moves what it checks against. The gate's
section_reportcalls are[Summary, Fix, Verification, Related]at both tags,so the local mirrors still match.
Run locally from the branch:
node --test .github/scripts/pr-section-drift.test.mjs— 26 passed, 0 failed.node .github/scripts/pr-section-drift.mjs— reported that the local mirrorsmatch the
pr-contractgate at2c1de45aa0e1b1489afb8edfebc12cb3a4fa6ac3with sections
[Summary, Fix, Verification, Related].actionlint— clean.bash .cursor/check.sh— nine of ten lanes pass; theeditorconfiglanereports a failure only because the
ecbinary is absent from this machine'sPATH. Running
editorconfig-checker -config .editorconfig-checker.jsondirectly exits 0.
git diff origin/main...HEADis fifteen insertions and fifteen deletions in onefile; every removed line ends with the old pin and comment and every added line
with the new, with no whitespace or line-ending churn.
A fresh-context reviewer independently confirmed the convergence, the governance
runs, and the blast radius.
Related
Refs: melodic-software/github-iac#378
🤖 Generated with Claude Code
https://claude.ai/code/session_01M98vWnd3jQJ19Pe6Uj7bV9