From e26e76d74f362ebc174a127348ec982bf983f980 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 10:47:06 +0000 Subject: [PATCH] deps: update kyverno/action-install-chainsaw action to v0.2.11 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/integration-test-component.yml | 2 +- .github/workflows/integration-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test-component.yml b/.github/workflows/integration-test-component.yml index 13c6f5f423..1114e9426e 100644 --- a/.github/workflows/integration-test-component.yml +++ b/.github/workflows/integration-test-component.yml @@ -38,7 +38,7 @@ jobs: uses: ./.github/actions/deploy-prometheus-on-cluster - name: Install Chainsaw - uses: kyverno/action-install-chainsaw@82d8e747037f840e0ef9bdd97ecdc617f5535bdc # v0.2.8 + uses: kyverno/action-install-chainsaw@d311eacde764f806c9658574ff64c9c3b21f8397 # v0.2.11 - name: Run Integration Tests ${{ inputs.type }} working-directory: . diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 22f4e19f2d..e8affca947 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -43,7 +43,7 @@ jobs: uses: ./.github/actions/deploy-prometheus-on-cluster - name: Install Chainsaw - uses: kyverno/action-install-chainsaw@82d8e747037f840e0ef9bdd97ecdc617f5535bdc # v0.2.8 + uses: kyverno/action-install-chainsaw@d311eacde764f806c9658574ff64c9c3b21f8397 # v0.2.11 - name: Run Integration Tests working-directory: .