diff --git a/.github/workflows/CI-BUILD.yml b/.github/workflows/CI-BUILD.yml index 222660f0..2e1a0d89 100644 --- a/.github/workflows/CI-BUILD.yml +++ b/.github/workflows/CI-BUILD.yml @@ -235,14 +235,14 @@ jobs: - name: "Attest Build Checksums" id: multicast-build-chksum-attest if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') && (needs.BUILD.envs.ENVIRONMENT == 'Deployment' && startsWith(github.ref, 'refs/tags/v')) }} - uses: actions/attest-build-provenance@39cb715ce0ddd23df1f705e863f642bfb72dfb2b # v2.3.0 + uses: actions/attest-build-provenance@0e115cf485910f93daeddbda6d514da773493f27 # v2.3.0 with: subject-checksums: build.checksums.txt github-token: ${{ github.token }} - name: "Attest Build Artifact" id: multicast-build-attest if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} - uses: actions/attest-build-provenance@39cb715ce0ddd23df1f705e863f642bfb72dfb2b # v2.3.0 + uses: actions/attest-build-provenance@0e115cf485910f93daeddbda6d514da773493f27 # v2.3.0 with: subject-name: multicast-build-${{ github.sha }} subject-digest: sha256:${{ needs.BUILD.outputs.artifact-digest }}