From c62750bb554003e94486a248bb60ad001e67e579 Mon Sep 17 00:00:00 2001 From: Kyle Sexton <153232337+kyle-sexton@users.noreply.github.com> Date: Mon, 7 Sep 2026 07:23:18 -0400 Subject: [PATCH] ci: converge ci-workflows references on v0.22.2 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 Claude-Session: https://claude.ai/code/session_019APkoJh8NVN773d82fBBSG --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02ef44c..ca78d45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,7 +124,7 @@ jobs: - name: Check the pull-request contract # A `push` or `merge_group` run carries no pull-request number, which # makes this step a no-op reporting every output as `skipped`. - uses: melodic-software/ci-workflows/.github/actions/pr-contract@906ae7ef379ea4d2b8497f64475dce1d3d8715c4 # v0.22.0 + uses: melodic-software/ci-workflows/.github/actions/pr-contract@5776760254f8b63cba44e896f51604cb755350d9 # v0.22.2 with: token: ${{ github.token }} - name: Aggregate lane results