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 }}