From 2f9fba21ef9f108e84a232a5dc3ea918b7eb1120 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:33:22 +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 7c3c0e9fa5165626e74ecce78109b3295b798b92. - [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...7c3c0e9fa5165626e74ecce78109b3295b798b92) --- updated-dependencies: - dependency-name: hyperpolymath/k9-validate-action dependency-version: 7c3c0e9fa5165626e74ecce78109b3295b798b92 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..ea9b700 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@7c3c0e9fa5165626e74ecce78109b3295b798b92 # main with: path: '.' strict: 'false'