From d63f6645a4f52d1517cb3ba3e10885beef740c27 Mon Sep 17 00:00:00 2001 From: Kyle Sexton <153232337+kyle-sexton@users.noreply.github.com> Date: Mon, 7 Sep 2026 06:26:47 -0400 Subject: [PATCH] ci: converge ci-workflows references on v0.22.2 Moves the pr-contract composite reference in .github/workflows/ci.yml from melodic-software/ci-workflows/.github/actions/pr-contract@906ae7ef379ea4d2b8497f64475dce1d3d8715c4 # v0.22.0 to @5776760254f8b63cba44e896f51604cb755350d9 # v0.22.2. Diffed action.yml between the two SHAs; the composite's inputs, outputs, and run step are byte-identical, so no caller adjustment was needed. ci-status was already re-pinned to v0.22.2 by #42. managed-files-guard.yml carries the managed-files-guard composite at v0.22.2 already, but is SYNC-MANAGED (header present) and is left untouched here regardless. This repository has no .github/actions directory (no locally defined composites) and no synced .github/standards/runner-policy/policy.json, so per the brief every reusable/composite reference is moved after a diff rather than gated by an approved-contract list. 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 b69bc1c..cd6fb59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,7 @@ jobs: actions: read steps: - name: Check the pull-request contract - 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