From 9dd16e732e7a82768a32ccc7a7dcb0bbcd3d2dfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 02:20:20 +0000 Subject: [PATCH] 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/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a00c168..111c797 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -52,7 +52,7 @@ jobs: make -C deploy kubeconform MANIFESTS="$(pwd)/manifests" - name: kube-linter - uses: stackrox/kube-linter-action@v1.0.5 + uses: stackrox/kube-linter-action@v1.0.6 with: directory: manifests