From c039ba7cf463ef3c9529a14ea662f0adb66bc04e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 07:53:28 +0000 Subject: [PATCH] chore(deps): bump hyperpolymath/a2ml-validate-action Bumps [hyperpolymath/a2ml-validate-action](https://github.com/hyperpolymath/a2ml-validate-action) from 6c471745e88a10245aa1fcd6f637a17ec531ad27 to 55e8c28bab4e7f2399fdbd57a6da1051369f3847. - [Release notes](https://github.com/hyperpolymath/a2ml-validate-action/releases) - [Changelog](https://github.com/hyperpolymath/a2ml-validate-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/hyperpolymath/a2ml-validate-action/compare/6c471745e88a10245aa1fcd6f637a17ec531ad27...55e8c28bab4e7f2399fdbd57a6da1051369f3847) --- updated-dependencies: - dependency-name: hyperpolymath/a2ml-validate-action dependency-version: 55e8c28bab4e7f2399fdbd57a6da1051369f3847 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .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 6801f57..dd9cc7d 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@6c471745e88a10245aa1fcd6f637a17ec531ad27 # main + uses: hyperpolymath/a2ml-validate-action@55e8c28bab4e7f2399fdbd57a6da1051369f3847 # main with: path: '.' strict: 'false'