From a10edd97b115db220f4b1dc4fd7369c52325a787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 13:22:14 +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 0d4a2a1..5aba822 100644 --- a/.github/workflows/dogfood-gate.yml +++ b/.github/workflows/dogfood-gate.yml @@ -88,7 +88,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'