From 754ba971f4d0fef47b9128e4d2aa134a0e690334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 01:01:32 +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 [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `kyverno/action-install-chainsaw` from 0.1.9 to 0.2.0 - [Release notes](https://github.com/kyverno/action-install-chainsaw/releases) - [Commits](https://github.com/kyverno/action-install-chainsaw/compare/v0.1.9...v0.2.0) Updates `golangci/golangci-lint-action` from 5.0.0 to 5.3.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v5.0.0...v5.3.0) --- updated-dependencies: - dependency-name: kyverno/action-install-chainsaw dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha - dependency-name: golangci/golangci-lint-action 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 b39579ece..599d8f887 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.9 + uses: kyverno/action-install-chainsaw@v0.2.0 - name: Create KinD cluster id: kind run: | diff --git a/.github/workflows/pr-validation.yaml b/.github/workflows/pr-validation.yaml index 7e3181e89..ef17b4068 100644 --- a/.github/workflows/pr-validation.yaml +++ b/.github/workflows/pr-validation.yaml @@ -95,7 +95,7 @@ jobs: go-version-file: "go.mod" - name: golangci-lint - uses: golangci/golangci-lint-action@v5.0.0 + uses: golangci/golangci-lint-action@v5.3.0 with: version: "v1.57.2"