From d2857c597ff9390629a762c6c84c5db38c0bb665 Mon Sep 17 00:00:00 2001 From: "mergeraptor[bot]" <267480593+mergeraptor[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 12:19:57 +0000 Subject: [PATCH] chore(deps): update projectbluefin/actions digest to 837850b --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93fb8681..186ca7d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,7 @@ jobs: submodules: true - name: Setup runner - uses: projectbluefin/actions/bootc-build/setup-runner@4d3b97eb9760539d2b4a8f2a495db0ec3bf9e8a0 # v1 + uses: projectbluefin/actions/bootc-build/setup-runner@837850b6100b22c7920476035e7e1c28fdbba67f # v1 with: storage-backend: btrfs update-podman: "true" @@ -112,7 +112,7 @@ jobs: - name: Scan image for CVEs if: github.event_name != 'merge_group' - uses: projectbluefin/actions/bootc-build/scan-image@4d3b97eb9760539d2b4a8f2a495db0ec3bf9e8a0 # v1 + uses: projectbluefin/actions/bootc-build/scan-image@837850b6100b22c7920476035e7e1c28fdbba67f # v1 with: input: /tmp/scan-image.tar severity-threshold: CRITICAL @@ -122,7 +122,7 @@ jobs: - name: Push image id: push if: github.event_name != 'pull_request' && github.event_name != 'merge_group' - uses: projectbluefin/actions/bootc-build/push-image@4d3b97eb9760539d2b4a8f2a495db0ec3bf9e8a0 # v1 + uses: projectbluefin/actions/bootc-build/push-image@837850b6100b22c7920476035e7e1c28fdbba67f # v1 with: image-name: ${{ env.IMAGE_NAME }} tags: ${{ steps.generate-tags.outputs.local_tag }} @@ -179,7 +179,7 @@ jobs: - name: Create multi-arch manifest id: create-manifest - uses: projectbluefin/actions/bootc-build/create-manifest@4d3b97eb9760539d2b4a8f2a495db0ec3bf9e8a0 # v1 + uses: projectbluefin/actions/bootc-build/create-manifest@837850b6100b22c7920476035e7e1c28fdbba67f # v1 with: image-name: ${{ env.IMAGE_NAME }} digests-json: ${{ steps.digests.outputs.json }} @@ -197,7 +197,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Sign, generate SBOM, and attest - uses: projectbluefin/actions/bootc-build/sign-and-publish@4d3b97eb9760539d2b4a8f2a495db0ec3bf9e8a0 # v1 + uses: projectbluefin/actions/bootc-build/sign-and-publish@837850b6100b22c7920476035e7e1c28fdbba67f # v1 with: image: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }} digest: ${{ steps.create-manifest.outputs.digest }}