From 98e4a380747a4f0b5af9f84c219e772ae0a89d11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:09:56 +0000 Subject: [PATCH] chore(deps): update kyverno/action-install-chainsaw action to v0.2.12 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 380b29f1..6dd5a561 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,6 +111,6 @@ jobs: k3d image import ${{ env.IMG_FILE }} --cluster ${{ env.K3D_CLUSTER }} make deploy-dependencies deploy - name: Install Chainsaw - uses: kyverno/action-install-chainsaw@d311eacde764f806c9658574ff64c9c3b21f8397 # v0.2.11 + uses: kyverno/action-install-chainsaw@f2b47b97dc889c12702113753d713f01ec268de5 # v0.2.12 - run: | make e2e-test