github-early-access / generate-build-provenance

Publish a signed build provenance from your GitHub Actions workflow
MIT License
64 stars 32 forks source link

wrap actions/attest-build-provenance #211

Closed bdehamer closed 4 months ago

bdehamer commented 4 months ago

Replace local implementation with a call to the public actions/attest-build-provenance action.

This will ensure that anyone who is still referencing the private beta version of the action is getting all of the updates and bug fixes of the public action.

Also includes a deprecation warning in the job summary:

image