From b263b6720295203871ad33155f60fa63fcc84e51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 04:04:26 +0000 Subject: [PATCH] chore(deps): Bump kyverno/action-install-chainsaw from 0.1.3 to 0.1.6 Bumps [kyverno/action-install-chainsaw](https://github.com/kyverno/action-install-chainsaw) from 0.1.3 to 0.1.6. - [Release notes](https://github.com/kyverno/action-install-chainsaw/releases) - [Commits](https://github.com/kyverno/action-install-chainsaw/compare/07b6c986572f2abaf6647c85d37cbecfddc4a6ab...204730d723e1fd712e54e069031290ba2c1c14bd) --- updated-dependencies: - dependency-name: kyverno/action-install-chainsaw dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/conformance-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conformance-tests.yaml b/.github/workflows/conformance-tests.yaml index d197675..2975f7e 100644 --- a/.github/workflows/conformance-tests.yaml +++ b/.github/workflows/conformance-tests.yaml @@ -88,7 +88,7 @@ jobs: set -e kubectl get apiservices v1alpha2.wgpolicyk8s.io v1.reports.kyverno.io - name: Install Chainsaw - uses: kyverno/action-install-chainsaw@07b6c986572f2abaf6647c85d37cbecfddc4a6ab # v0.1.3 + uses: kyverno/action-install-chainsaw@204730d723e1fd712e54e069031290ba2c1c14bd # v0.1.6 with: release: v0.0.9 - name: Test with Chainsaw