From 532813f0d78be0e5d1f4d0155485ccb3c5928b70 Mon Sep 17 00:00:00 2001 From: Antawari Date: Wed, 29 Jul 2026 11:56:45 -0600 Subject: [PATCH] Bump the quality kit pin so the board reports a measurement, not a label The mounted gate was pinned to a kit commit that predates the two rungs that make complexipy report its own denominator. At the old pin the aggregated board printed a bare PASS line, so a vacuous gate and a working gate were indistinguishable, and consumer config could empty the committed complexity floor. The new pin puts the floor out of the gate's own reach and makes a rotted exemption anchor say which way it rotted. --- .github/workflows/quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 29252c4..a09b692 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -19,5 +19,5 @@ on: jobs: gate: # Pinned to a full commit SHA of the kit repo (sha-pin doctrine; Dependabot bumps it): - uses: BonfireAI/candyfactory-quality/.github/workflows/quality-gate.yml@86c9e0b5cd0a6c676eaefa05621aed5a6dfcc041 + uses: BonfireAI/candyfactory-quality/.github/workflows/quality-gate.yml@18ffbaf23ad7327cae412678aa94c072ca5cf2a1 secrets: inherit