From 6c30a86a3fe3092d3c571fbfcdb67ef23c4cc830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 16:54:01 +0000 Subject: [PATCH] build(deps): bump hyperpolymath/a2ml-validate-action Bumps [hyperpolymath/a2ml-validate-action](https://github.com/hyperpolymath/a2ml-validate-action) from 59145c7d1039fa3059b3ecacdb50ee23d7505898 to 5468b7ff0f5129a74d25af5f2468df11a706dc70. - [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/59145c7d1039fa3059b3ecacdb50ee23d7505898...5468b7ff0f5129a74d25af5f2468df11a706dc70) --- updated-dependencies: - dependency-name: hyperpolymath/a2ml-validate-action dependency-version: 5468b7ff0f5129a74d25af5f2468df11a706dc70 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 12feb6f..7668882 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@59145c7d1039fa3059b3ecacdb50ee23d7505898 # main + uses: hyperpolymath/a2ml-validate-action@5468b7ff0f5129a74d25af5f2468df11a706dc70 # main with: path: '.' strict: 'false'