From 3329158e5eb4452209916a194667fb37669b8ff0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 02:03:45 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/container-image.yml | 4 ++-- .github/workflows/sbom.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/container-image.yml b/.github/workflows/container-image.yml index 94c8b8ef..e878a974 100644 --- a/.github/workflows/container-image.yml +++ b/.github/workflows/container-image.yml @@ -59,7 +59,7 @@ jobs: - name: Build and push container image if: ${{ inputs.push-image }} id: build-image - uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0 + uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.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@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0 + uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0 with: context: . file: ./Dockerfile diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index eba5aaee..59d5c56c 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -24,10 +24,10 @@ jobs: uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0 - name: Install the syft command - uses: kubewarden/github-actions/syft-installer@c4bb8252c65aaf09360b99defd8a457effb8ca6e # v3.1.20 + uses: kubewarden/github-actions/syft-installer@be9ca90befbc7b1d60631b0d11e78e5860070311 # v3.2.0 - name: Install the crane command - uses: kubewarden/github-actions/crane-installer@c4bb8252c65aaf09360b99defd8a457effb8ca6e # v3.1.20 + uses: kubewarden/github-actions/crane-installer@be9ca90befbc7b1d60631b0d11e78e5860070311 # v3.2.0 - name: Login to GitHub Container Registry uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0