From 3686014bfd713b6bda29a2a85504a3dd9e0662f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 21:42:11 +0000 Subject: [PATCH] chore(deps): update actions/attest digest to 508db95 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0845e43..993aa78 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -124,7 +124,7 @@ jobs: run: bash scripts/build-binaries.sh "${{ needs.release.outputs.version }}" - name: Generate binary artifact attestations - uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4 + uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4 with: subject-path: dist/bin/** @@ -187,7 +187,7 @@ jobs: labels: ${{ steps.docker_meta.outputs.labels }} - name: Generate image artifact attestation - uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4 + uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4 with: subject-name: ghcr.io/${{ github.repository }} subject-digest: ${{ steps.push.outputs.digest }}