From dc4c7316bf5b404400ff0fd333b0bee2b4730d89 Mon Sep 17 00:00:00 2001 From: "home-infrastructure-renovate[bot]" <253672885+home-infrastructure-renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 20:02:08 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20Update=20action=20actions/?= =?UTF-8?q?attest=20(v4.1.1=20=E2=86=92=20v4.2.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/app-builder.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/app-builder.yaml b/.github/workflows/app-builder.yaml index 9d0b962ef..179602a6f 100644 --- a/.github/workflows/app-builder.yaml +++ b/.github/workflows/app-builder.yaml @@ -272,7 +272,7 @@ jobs: image: ghcr.io/${{ github.repository_owner }}/${{ inputs.app }}@${{ needs.merge.outputs.digest }} - name: Attestation - uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 + uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0 with: push-to-registry: true subject-name: ghcr.io/${{ github.repository_owner }}/${{ inputs.app }}