From 0eee93ec81eae3674ce85cf4c048907e7c9b3a9a 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:57 +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 535aaec..43ab629 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@b2f28c39491c0d1ff131b8fb9e197bfea79e411e # main + uses: hyperpolymath/a2ml-validate-action@fd7b2d840449568867f88cc93f64a9b3db1e2153 # main with: path: '.' strict: 'false'