From 7dcd7252b681726f8a829ff4532bfe58df478449 Mon Sep 17 00:00:00 2001 From: Kyle Sexton <153232337+kyle-sexton@users.noreply.github.com> Date: Mon, 7 Sep 2026 06:55:51 -0400 Subject: [PATCH] ci: converge ci-workflows references on v0.22.2 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 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 c83d7e9..92b9888 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -248,7 +248,7 @@ jobs: statuses: write 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