From cbeac1273d2833735cf9bf99f55e32e92b3b1514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 22:36:33 +0000 Subject: [PATCH] chore(deps): bump hyperpolymath/a2ml-validate-action Bumps the actions group with 1 update: [hyperpolymath/a2ml-validate-action](https://github.com/hyperpolymath/a2ml-validate-action). Updates `hyperpolymath/a2ml-validate-action` from 56f6e4f6c9f9396f4b880632f47da33729b1046b to 0f8081cdfa293663ec6b204274b4272da302e564 - [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/56f6e4f6c9f9396f4b880632f47da33729b1046b...0f8081cdfa293663ec6b204274b4272da302e564) --- updated-dependencies: - dependency-name: hyperpolymath/a2ml-validate-action dependency-version: 0f8081cdfa293663ec6b204274b4272da302e564 dependency-type: direct:production dependency-group: actions ... 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 9b2cdbf..c193760 100644 --- a/.github/workflows/dogfood-gate.yml +++ b/.github/workflows/dogfood-gate.yml @@ -43,7 +43,7 @@ jobs: - name: Validate A2ML manifests if: steps.detect.outputs.count > 0 - uses: hyperpolymath/a2ml-validate-action@56f6e4f6c9f9396f4b880632f47da33729b1046b + uses: hyperpolymath/a2ml-validate-action@0f8081cdfa293663ec6b204274b4272da302e564 with: path: '.' strict: 'false'