From 1719d398c5e29bc33d1646acfbc1151d5c77339d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 00:05:14 +0000 Subject: [PATCH] chore(deps): bump the gha group with 5 updates Bumps the gha group with 5 updates: | Package | From | To | | --- | --- | --- | | [tj-actions/changed-files](https://github.com/tj-actions/changed-files) | `45.0.2` | `45.0.3` | | [kyverno/action-install-chainsaw](https://github.com/kyverno/action-install-chainsaw) | `0.2.10` | `0.2.11` | | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `6.1.0` | `6.1.1` | | [fluxcd/flux2](https://github.com/fluxcd/flux2) | `2.3.0` | `2.4.0` | | [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) | `3.6.0` | `3.7.0` | Updates `tj-actions/changed-files` from 45.0.2 to 45.0.3 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c...c3a1bb2c992d77180ae65be6ae6c166cf40f857c) Updates `kyverno/action-install-chainsaw` from 0.2.10 to 0.2.11 - [Release notes](https://github.com/kyverno/action-install-chainsaw/releases) - [Commits](https://github.com/kyverno/action-install-chainsaw/compare/v0.2.10...v0.2.11) Updates `golangci/golangci-lint-action` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v6.1.0...v6.1.1) Updates `fluxcd/flux2` from 2.3.0 to 2.4.0 - [Release notes](https://github.com/fluxcd/flux2/releases) - [Changelog](https://github.com/fluxcd/flux2/blob/main/.goreleaser.yml) - [Commits](https://github.com/fluxcd/flux2/compare/v2.3.0...v2.4.0) Updates `sigstore/cosign-installer` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha - dependency-name: kyverno/action-install-chainsaw dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha - dependency-name: fluxcd/flux2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e.yaml | 4 ++-- .github/workflows/pr-validation.yaml | 2 +- .github/workflows/release.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 7d3e1b4d7..6fac46f38 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -25,7 +25,7 @@ jobs: - id: changed-files name: Get changed files - uses: tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c #v45.0.2 + uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c #v45.0.3 with: files_ignore: | **/*.md @@ -75,7 +75,7 @@ jobs: version: v0.13.0 - name: Install chainsaw - uses: kyverno/action-install-chainsaw@v0.2.10 + uses: kyverno/action-install-chainsaw@v0.2.11 - name: Create KinD cluster ${{ matrix.version }} id: kind diff --git a/.github/workflows/pr-validation.yaml b/.github/workflows/pr-validation.yaml index 4cad55835..193aa994c 100644 --- a/.github/workflows/pr-validation.yaml +++ b/.github/workflows/pr-validation.yaml @@ -97,7 +97,7 @@ jobs: go-version-file: "go.mod" - name: golangci-lint - uses: golangci/golangci-lint-action@v6.1.0 + uses: golangci/golangci-lint-action@v6.1.1 with: version: "v1.57.2" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 54fc23f95..103d8af1d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest steps: - name: install flux - uses: fluxcd/flux2/action@v2.3.0 + uses: fluxcd/flux2/action@v2.4.0 - name: Clone repo uses: actions/checkout@v4 - name: Prepare @@ -105,7 +105,7 @@ jobs: version: v0.15.1 - name: Install cosign - uses: sigstore/cosign-installer@v3.6.0 + uses: sigstore/cosign-installer@v3.7.0 with: cosign-release: "v2.2.2"