From b464e62a6c4e384ddc3ba766d4cf2e6a014c51ac Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Wed, 24 Jun 2026 12:28:07 +0100 Subject: [PATCH] chore(ci): bump a2ml-validate-action -> dialect-recognition fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Picks up a2ml-validate-action@6c471745e88a which recognises colon/brace-block identity (`name:`, `id:`) and AI.a2ml manifests — clears the false 'Validate A2ML manifests' failures in this repo. --- .github/workflows/dogfood-gate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dogfood-gate.yml b/.github/workflows/dogfood-gate.yml index 582f3ee..4acde25 100644 --- a/.github/workflows/dogfood-gate.yml +++ b/.github/workflows/dogfood-gate.yml @@ -38,7 +38,7 @@ jobs: - name: Validate A2ML manifests if: steps.detect.outputs.count > 0 - uses: hyperpolymath/a2ml-validate-action@6bff6ec134fc977e86d25166a5c522ddea5c1e78 # main + uses: hyperpolymath/a2ml-validate-action@6c471745e88a10245aa1fcd6f637a17ec531ad27 # main with: path: '.' strict: 'false'