From 9acb5d3aa52cbb3452f956e6e2e984cfa1b67517 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 10:34:42 +0000 Subject: [PATCH] chore(deps): bump hyperpolymath/k9-validate-action Bumps [hyperpolymath/k9-validate-action](https://github.com/hyperpolymath/k9-validate-action) from 2d96f43c538964b097d159ed3a56ba5b5ceca227 to bddcd9109ee96f9ea3fdb4bf51084fe9cd0909ce. - [Release notes](https://github.com/hyperpolymath/k9-validate-action/releases) - [Changelog](https://github.com/hyperpolymath/k9-validate-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/hyperpolymath/k9-validate-action/compare/2d96f43c538964b097d159ed3a56ba5b5ceca227...bddcd9109ee96f9ea3fdb4bf51084fe9cd0909ce) --- updated-dependencies: - dependency-name: hyperpolymath/k9-validate-action dependency-version: bddcd9109ee96f9ea3fdb4bf51084fe9cd0909ce 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 b9b1af9..6bbcc3f 100644 --- a/.github/workflows/dogfood-gate.yml +++ b/.github/workflows/dogfood-gate.yml @@ -86,7 +86,7 @@ jobs: - name: Validate K9 contracts if: steps.detect.outputs.k9_count > 0 - uses: hyperpolymath/k9-validate-action@2d96f43c538964b097d159ed3a56ba5b5ceca227 # main + uses: hyperpolymath/k9-validate-action@bddcd9109ee96f9ea3fdb4bf51084fe9cd0909ce # main with: path: '.' strict: 'false'