ci: converge ci-workflows references on v0.22.2 - #22
Merged
Conversation
Move ci.yml's pr-contract step from v0.22.0 (906ae7ef379ea4d2b8497f64475dce1d3d8715c4) to v0.22.2 (5776760254f8b63cba44e896f51604cb755350d9). Its action.yml is byte-identical between the two SHAs, so no caller input changes. ci-status and managed-files-guard were already pinned to v0.22.2 and are unchanged. managed-files-guard.yml carries a SYNC-MANAGED header and is untouched. agent-plugins has no .github/standards/runner-policy/policy.json and no Runner policy step, so this is the only reusable/composite reference in the repository to move. Refs melodic-software/github-iac#378 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
Move the one remaining
melodic-software/ci-workflowsreference in this repository to v0.22.2 (5776760254f8b63cba44e896f51604cb755350d9).Fix
.github/workflows/ci.yml:127(pr-contract): moved from906ae7ef379ea4d2b8497f64475dce1d3d8715c4(v0.22.0) to5776760254f8b63cba44e896f51604cb755350d9(v0.22.2).action.ymlis byte-identical between the two SHAs (fetched and diffed both), so no caller input changed..github/workflows/ci.yml:135(ci-status) and.github/workflows/managed-files-guard.yml:61(managed-files-guard) were already at v0.22.2; left unchanged.managed-files-guard.ymlcarries aSYNC-MANAGEDheader and was not touched..github/standards/runner-policy/policy.jsonand noRunner policystep, so there is no reusable-workflow contract check to satisfy here; the rule above (composite pins only) is the complete scope for this repository.Verification
grep -rhoE "ci-workflows/[^@ ]+@[0-9a-f]{40}" .github/workflows .github/actions | sed -E 's/.*@//' | sort | uniq -c(this repository has no.github/actionsdirectory):All three references are at v0.22.2; none require explanation.
actionlint -shellcheck= -pyflakes=: clean.Related
Refs melodic-software/github-iac#378