Skip to content

Migrate to actions/attest#2952

Merged
martincostello merged 1 commit intomainfrom
migrate-to-actions-attest
Feb 28, 2026
Merged

Migrate to actions/attest#2952
martincostello merged 1 commit intomainfrom
migrate-to-actions-attest

Conversation

@martincostello
Copy link
Copy Markdown
Member

Migrate from now-deprecated attestation action to actions/attest.

Migrate from now-deprecated attestation action to `actions/attest`.
Copilot AI review requested due to automatic review settings February 28, 2026 11:54
@martincostello martincostello added enhancement dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 28, 2026
@martincostello martincostello enabled auto-merge (squash) February 28, 2026 11:54
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Migrates the repository’s GitHub Actions artifact attestation step from the deprecated actions/attest-build-provenance action to the consolidated actions/attest action, and updates the Dependabot auto-approval allowlist accordingly.

Changes:

  • Update build workflow to use actions/attest for artifact attestations.
  • Update Dependabot approval workflow allowlist to recognize actions/attest updates.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/dependabot-approve.yml Updates the Dependabot dependency-name allowlist entry to actions/attest.
.github/workflows/build.yml Switches the attestation step to actions/attest while keeping the same subject-path inputs and required permissions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.15%. Comparing base (24d12d2) to head (6b72c05).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2952   +/-   ##
=======================================
  Coverage   96.15%   96.15%           
=======================================
  Files         309      309           
  Lines        7128     7128           
  Branches     1005     1005           
=======================================
  Hits         6854     6854           
  Misses        221      221           
  Partials       53       53           
Flag Coverage Δ
linux 96.15% <ø> (ø)
macos 96.15% <ø> (ø)
windows 96.14% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@martincostello martincostello merged commit 779aa83 into main Feb 28, 2026
48 of 52 checks passed
@martincostello martincostello deleted the migrate-to-actions-attest branch February 28, 2026 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file enhancement github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants