Skip to content

Commit 85a19b2

Browse files
ci(dogfood): bump a2ml-validate-action pin — old pin lacks colon-form identity (#75)
The pinned b2f28c3 validator only recognises TOML '=' identity keys, so ANCHOR.a2ml (YAML-ish dialect, 'id: "org.hyperpolymath.ochrance"') still failed after #74. Current HEAD (c14a51a) accepts the colon and s-expression identity forms. Verified: HEAD validate-a2ml.sh run locally against this tree reports 0 errors. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent d7ef5fb commit 85a19b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dogfood-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Validate A2ML manifests
4141
if: steps.detect.outputs.count > 0
42-
uses: hyperpolymath/a2ml-validate-action@b2f28c39491c0d1ff131b8fb9e197bfea79e411e # main
42+
uses: hyperpolymath/a2ml-validate-action@c14a51a4f3766e239b5b912332828474dc2ae103 # main @ 2026-07-02 (adds colon/s-expr identity forms — ANCHOR.a2ml uses id:)
4343
with:
4444
path: '.'
4545
strict: 'false'

0 commit comments

Comments
 (0)