From a7cf901f7978944023e1ce05ac4f91633410dc26 Mon Sep 17 00:00:00 2001 From: hyperpolymath Date: Mon, 21 Sep 2026 09:10:25 +0000 Subject: [PATCH] fix(ci): bump cicd-suite lock pin / zig gate ref to b25f613 (post-rename tree) Root cause of estate-wide audit 'Set up job' failures since the Hexadeca-> UnifiedApiAdapter rename: runners honor actions.lock ('Using locked action versions from the workflow's lockfile') and the pin still pointed at a pre-expand SHA where actions/zig-unified-api-adapter-check does not exist. Reference fix (verified green, all 30 gates): hyperpolymath/cicd-suite@4f9a7a4. --- .github/workflows/main-estate-audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-estate-audit.yml b/.github/workflows/main-estate-audit.yml index c0e8150..c987c38 100644 --- a/.github/workflows/main-estate-audit.yml +++ b/.github/workflows/main-estate-audit.yml @@ -25,7 +25,7 @@ jobs: uses: hyperpolymath/cicd-suite/actions/idris2-abi-check@180b419825d238f8b606584c970a81dfa7cb6f81 # main - name: Zig UnifiedApiAdapter API Gate - uses: hyperpolymath/cicd-suite/actions/zig-unified-api-adapter-check@180b419825d238f8b606584c970a81dfa7cb6f81 # main + uses: hyperpolymath/cicd-suite/actions/zig-unified-api-adapter-check@b25f613c860823372a7ff2cb75c23f3606bee81f # main - name: Contractile Validation Gate uses: hyperpolymath/cicd-suite/actions/contractile-validation-check@180b419825d238f8b606584c970a81dfa7cb6f81 # main