From d32b6a1c54df1b1e633932474aae675d7f8a6464 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Thu, 14 May 2026 14:32:47 +0100 Subject: [PATCH] fix(ci): bump a2ml-validate-action SHA to pick up contractile-shape fix Picks up hyperpolymath/a2ml-validate-action#9 which fixes the validator's false-positive on contractile-shape .a2ml files (Trustfile, Intentfile, etc. using @directive: syntax). Was blocking every Dependabot PR in this repo with 'Missing required identity field'. Co-Authored-By: Claude Opus 4.7 --- .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 5650967..d919996 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@cb3c1e298169dc5ac2b42e257068b0fb5920cd5e # main + uses: hyperpolymath/a2ml-validate-action@fd7b2d840449568867f88cc93f64a9b3db1e2153 # main with: path: '.' strict: 'false'