Chore Type
CI / Build change
Description
Migrate workflow attestation from actions/attest-build-provenance to actions/attest, per upstream guidance noted in PR #65.
As of v4, attest-build-provenance is a wrapper around actions/attest, and new implementations should use actions/attest directly.
Acceptance Criteria
Implementation Notes
- Scope is limited to GitHub Actions workflow attestation steps.
- Review differences in action inputs between wrapper action and
actions/attest.
- Keep least-privilege permissions for workflow tokens.
Related Issues
Related to PR #65
Priority
Medium
Changelog Category
No changelog needed
Additional Context
PR #65 updates actions/attest-build-provenance and includes upstream release guidance:
“new implementations should use actions/attest instead.”
Chore Type
CI / Build change
Description
Migrate workflow attestation from
actions/attest-build-provenancetoactions/attest, per upstream guidance noted in PR #65.As of v4,
attest-build-provenanceis a wrapper aroundactions/attest, and new implementations should useactions/attestdirectly.Acceptance Criteria
actions/attest-build-provenanceusage withactions/attestin relevant workflow file(s)Implementation Notes
actions/attest.Related Issues
Related to PR #65
Priority
Medium
Changelog Category
No changelog needed
Additional Context
PR #65 updates
actions/attest-build-provenanceand includes upstream release guidance:“new implementations should use
actions/attestinstead.”