From 0409eaa260cd2682fbc67efe8c798b8f9fc85f20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 18:11:53 +0000 Subject: [PATCH] chore(deps): update actions/attest action to v4.2.0 --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 37152e8..669b329 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -119,7 +119,7 @@ jobs: - if: inputs.artifact-action == 'build-release' name: Attest artifact - uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 + uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0 with: subject-path: | dist/*.tar.xz @@ -224,7 +224,7 @@ jobs: egress-policy: "audit" - name: Attest image - uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 + uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0 with: subject-name: "${{ matrix.registry }}/jspaste/frontend" subject-digest: "${{ needs.container-release.outputs.digest }}"