diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index ddb204ca42d..955e42254e7 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -530,7 +530,7 @@ jobs: - name: Generate artifact attestation if: needs.init.outputs.channel != 'dev' && needs.init.outputs.publish == 'true' - uses: actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2 + uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3 with: subject-name: ${{ env.HASSFEST_IMAGE_NAME }} subject-digest: ${{ steps.push.outputs.digest }}