ci: converge ci-workflows references on v0.22.2 - #38
Merged
Conversation
Moves the remaining melodic-software/ci-workflows reference in this repository to v0.22.2 (5776760254f8b63cba44e896f51604cb755350d9), completing Phase 6b-ii convergence for cursor-plugins. ci.yml's pr-contract composite moves from 906ae7ef379ea4d2b8497f64475dce1d3d8715c4 (v0.22.0) to 5776760254f8b63cba44e896f51604cb755350d9 (v0.22.2). The action.yml diff between those two SHAs is byte-identical, so no caller input changed. ci.yml's ci-status composite is already v0.22.2 from #34 and is left untouched. managed-files-guard.yml is a SYNC-MANAGED file already pinned to v0.22.2 and is left untouched. No .github/actions directory, no .github/standards/runner-policy/policy.json, and no reusable-workflow (.github/workflows/...) ci-workflows references exist in this repository, so no other lines are in scope. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019APkoJh8NVN773d82fBBSG
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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: melodic-software/github-iac#378 tracks the ci-perf program (Phase 6b-ii convergence)
Summary
Converges the remaining
melodic-software/ci-workflowsreference in this repository on v0.22.2 (5776760254f8b63cba44e896f51604cb755350d9), completing the Phase 6b-ii convergence sweep for cursor-plugins.Fix
.github/workflows/ci.yml:251pr-contractcomposite from906ae7ef379ea4d2b8497f64475dce1d3d8715c4(v0.22.0) to5776760254f8b63cba44e896f51604cb755350d9(v0.22.2). Diffedpr-contract/action.ymlbetween the two SHAs (gh api repos/melodic-software/ci-workflows/contents/.github/actions/pr-contract/action.yml?ref=<sha>): byte-identical, so no input was added, removed, or renamed and the caller'swith: token:block needed no change..github/workflows/ci.yml:259ci-statuscomposite untouched: already5776760254f8b63cba44e896f51604cb755350d9(v0.22.2) from ci: re-pin ci-status to ci-workflows v0.22.2 #34..github/workflows/managed-files-guard.yml:61untouched: the file carries aSYNC-MANAGED FILEheader (source of truth ismelodic-software/standards), and its pin is already5776760254f8b63cba44e896f51604cb755350d9(v0.22.2). Its own comment at lines 56-57 still reads "v0.22.0" despite the pin already being v0.22.2; noting the mismatch for upstream, not fixing it here since the file is standards-managed..github/actionsdirectory and no.github/standards/runner-policy/policy.jsonexist in this repository, and noRunner policystep runs inci.yml, matching the brief's expectation for cursor-plugins. There are nomelodic-software/ci-workflows/.github/workflows/...reusable-workflow references anywhere in the repository, so the reusable-workflow rule has no applicable lines.Verification
grep -rhoE "ci-workflows/[^@ ]+@[0-9a-f]{40}" .github/workflows | sed -E 's/.*@//' | sort | uniq -c:All three references (
pr-contract,ci-status,managed-files-guard) are now on v0.22.2; no other SHA remains in the repository.actionlint -shellcheck= -pyflakes=: clean, no findings..github/actions, nopolicy.json, no pin-convention script);bash scripts/test-sync-local.shis unrelated to this change (sync-local tooling, not CI pins) and was not affected by this diff.gh pr checkswatched to completion (see PR conversation).ci-statusrun loggedCarried forward(run id and log excerpt reported alongside this PR).Related
Refs melodic-software/github-iac#378