From 9a2bc91f99c6e8a46013a2adb40d9fe5b7dce948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 04:07:42 +0000 Subject: [PATCH] build(deps): bump stackrox/kube-linter-action from 1.0.5 to 1.0.6 Bumps [stackrox/kube-linter-action](https://github.com/stackrox/kube-linter-action) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/stackrox/kube-linter-action/releases) - [Commits](https://github.com/stackrox/kube-linter-action/compare/v1.0.5...v1.0.6) --- updated-dependencies: - dependency-name: stackrox/kube-linter-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 817653a59..8482009a0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -274,7 +274,7 @@ jobs: run: | make process-templates - - uses: stackrox/kube-linter-action@v1.0.5 + - uses: stackrox/kube-linter-action@v1.0.6 with: directory: processed-templates config: templates/.kube-linter-config.yml