From 1bd19ab75b2b2df4dec7109458ea3049a04f2cfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 04:19:55 +0000 Subject: [PATCH] build(deps): bump stackrox/kube-linter-action from 1.0.4 to 1.0.5 Bumps [stackrox/kube-linter-action](https://github.com/stackrox/kube-linter-action) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/stackrox/kube-linter-action/releases) - [Commits](https://github.com/stackrox/kube-linter-action/compare/v1.0.4...v1.0.5) --- 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 2782dcc5a..eaa48d601 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -272,7 +272,7 @@ jobs: --local \ -o yaml > processed-templates/composer.yml - - uses: stackrox/kube-linter-action@v1.0.4 + - uses: stackrox/kube-linter-action@v1.0.5 with: directory: processed-templates config: templates/.kube-linter-config.yml