From 5ae936bfededcca6dfaf27a54f434dc672d1e4e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 00:21:40 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/ci.yml | 6 +++--- .github/workflows/container-image.yml | 6 +++--- .github/workflows/sbom.yml | 2 +- .github/workflows/sign-image.yml | 2 +- go.mod | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 133913f5..e91b1763 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: go-version: "1.23" - run: make unit-tests - name: Upload unit-tests coverage to Codecov - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0 + uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 env: CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }} with: @@ -39,7 +39,7 @@ jobs: - run: make integration-tests-envtest - run: make integration-tests-real-cluster - name: Upload integration-tests coverage to Codecov - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0 + uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 env: CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }} with: @@ -57,7 +57,7 @@ jobs: with: go-version: "1.23" - name: golangci-lint - uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0 + uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1 with: version: v1.60.3 diff --git a/.github/workflows/container-image.yml b/.github/workflows/container-image.yml index 2232e397..b37598ea 100644 --- a/.github/workflows/container-image.yml +++ b/.github/workflows/container-image.yml @@ -37,7 +37,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1 + uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1 - name: Login to GitHub Container Registry uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 with: @@ -59,7 +59,7 @@ jobs: - name: Build and push container image if: ${{ inputs.push-image }} id: build-image - uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 with: context: . file: ./Dockerfile @@ -72,7 +72,7 @@ jobs: # and they run on amd64 arch, let's skip the arm64 build for now. name: Build linux/amd64 container image if: ${{ inputs.push-image == false }} - uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 with: context: . file: ./Dockerfile diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index 9c610169..4ca672ef 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install cosign - uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0 + uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0 - name: Install the syft command uses: kubewarden/github-actions/syft-installer@d94509d260ee11a92b4f65bc0acd297feec24d7f # v3.3.5 diff --git a/.github/workflows/sign-image.yml b/.github/workflows/sign-image.yml index c40365de..ee08e514 100644 --- a/.github/workflows/sign-image.yml +++ b/.github/workflows/sign-image.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install cosign - uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0 + uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0 - name: Login to GitHub Container Registry uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 diff --git a/go.mod b/go.mod index c34c4116..adff9b8e 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/kubewarden/kubewarden-controller go 1.22.0 -toolchain go1.23.1 +toolchain go1.23.2 require ( github.com/go-logr/logr v1.4.2