From e870c5840d66d45a2c8ac4b7d5ced0785d1c8ff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 13:22:43 +0000 Subject: [PATCH] chore(deps): bump hyperpolymath/a2ml-validate-action Bumps [hyperpolymath/a2ml-validate-action](https://github.com/hyperpolymath/a2ml-validate-action) from 6bff6ec134fc977e86d25166a5c522ddea5c1e78 to 05bcb78917c09702e90ed18004298a6728753914. - [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/6bff6ec134fc977e86d25166a5c522ddea5c1e78...05bcb78917c09702e90ed18004298a6728753914) --- updated-dependencies: - dependency-name: hyperpolymath/a2ml-validate-action dependency-version: 05bcb78917c09702e90ed18004298a6728753914 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 0d4a2a1..8ef6665 100644 --- a/.github/workflows/dogfood-gate.yml +++ b/.github/workflows/dogfood-gate.yml @@ -39,7 +39,7 @@ jobs: - name: Validate A2ML manifests if: steps.detect.outputs.count > 0 - uses: hyperpolymath/a2ml-validate-action@6bff6ec134fc977e86d25166a5c522ddea5c1e78 # main + uses: hyperpolymath/a2ml-validate-action@05bcb78917c09702e90ed18004298a6728753914 # main with: path: '.' strict: 'false'