From 1d9da1277a64b5c0392da58695fe77f99db8f39c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 00:23:45 +0000 Subject: [PATCH] chore(deps): bump the gha group with 2 updates Bumps the gha group with 2 updates: [kyverno/action-install-chainsaw](https://github.com/kyverno/action-install-chainsaw) and [reviewdog/action-setup](https://github.com/reviewdog/action-setup). Updates `kyverno/action-install-chainsaw` from 0.1.8 to 0.1.9 - [Release notes](https://github.com/kyverno/action-install-chainsaw/releases) - [Commits](https://github.com/kyverno/action-install-chainsaw/compare/v0.1.8...v0.1.9) Updates `reviewdog/action-setup` from 1.2.1 to 1.3.0 - [Release notes](https://github.com/reviewdog/action-setup/releases) - [Commits](https://github.com/reviewdog/action-setup/compare/1d18b2938261447f64c39f831d7395e90ef5a40e...3f401fe1d58fe77e10d665ab713057375e39b887) --- updated-dependencies: - dependency-name: kyverno/action-install-chainsaw dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha - dependency-name: reviewdog/action-setup dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e.yaml | 2 +- .github/workflows/pr-validation.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index dfd0acb3d..9a7c3e4b2 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -60,7 +60,7 @@ jobs: with: version: v0.13.0 - name: Install chainsaw - uses: kyverno/action-install-chainsaw@v0.1.8 + uses: kyverno/action-install-chainsaw@v0.1.9 - name: Create KinD cluster id: kind run: | diff --git a/.github/workflows/pr-validation.yaml b/.github/workflows/pr-validation.yaml index 932eb655d..ccae957b9 100644 --- a/.github/workflows/pr-validation.yaml +++ b/.github/workflows/pr-validation.yaml @@ -12,7 +12,7 @@ jobs: - name: Clone the code uses: actions/checkout@v4 #v3.2.0 - name: reviewdog - uses: reviewdog/action-setup@1d18b2938261447f64c39f831d7395e90ef5a40e # v1.2.1 + uses: reviewdog/action-setup@3f401fe1d58fe77e10d665ab713057375e39b887 # v1.3.0 with: reviewdog_version: latest