From a757239bfbdb65bc47ec5accaa2f05198fd7131c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 20:47:30 +0200 Subject: [PATCH] chore(deps): bump kyverno/action-install-chainsaw from 0.2.8 to 0.2.12 (#1944) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [kyverno/action-install-chainsaw](https://github.com/kyverno/action-install-chainsaw) from 0.2.8 to 0.2.12.
Release notes

Sourced from kyverno/action-install-chainsaw's releases.

v0.2.12

What's Changed

Full Changelog: https://github.com/kyverno/action-install-chainsaw/compare/v0.2.11...v0.2.12

v0.2.11

What's Changed

Full Changelog: https://github.com/kyverno/action-install-chainsaw/compare/v0.2.10...v0.2.11

v0.2.10

What's Changed

Full Changelog: https://github.com/kyverno/action-install-chainsaw/compare/v0.2.9...v0.2.10

v0.2.9

What's Changed

Full Changelog: https://github.com/kyverno/action-install-chainsaw/compare/v0.2.8...v0.2.9

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=kyverno/action-install-chainsaw&package-manager=github_actions&previous-version=0.2.8&new-version=0.2.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Elferink --- .github/workflows/cross-cloud-tests.yaml | 2 +- .github/workflows/e2e.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cross-cloud-tests.yaml b/.github/workflows/cross-cloud-tests.yaml index 148f93f43..d85bbe902 100644 --- a/.github/workflows/cross-cloud-tests.yaml +++ b/.github/workflows/cross-cloud-tests.yaml @@ -163,7 +163,7 @@ jobs: kubectl get nodes || exit 1 - name: Install Chainsaw - uses: kyverno/action-install-chainsaw@v0.2.8 + uses: kyverno/action-install-chainsaw@v0.2.12 - name: Build CLI run: | diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index a834c7b4b..5961d5452 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -99,7 +99,7 @@ jobs: version: v3.9.0 - name: Install chainsaw - uses: kyverno/action-install-chainsaw@v0.2.8 + uses: kyverno/action-install-chainsaw@v0.2.12 - name: Create Kind Cluster uses: helm/kind-action@v1.10.0