fix: bump github-workflows to v2.0.0 and add artifact-metadata:write#818
Open
fix: bump github-workflows to v2.0.0 and add artifact-metadata:write#818
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the Docker publish workflow to stay compatible with the upstream NethermindEth/github-workflows reusable workflows, which now require the new GitHub Actions artifact-metadata: write permission for provenance attestations.
Changes:
- Bump
NethermindEth/github-workflowsreusable workflow reference fromv1.11.4tov2.0.0. - Add workflow-level
permissions: artifact-metadata: writeto satisfyactions/attest-build-provenancerequirements.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #818 +/- ##
==========================================
- Coverage 76.53% 76.52% -0.02%
==========================================
Files 226 226
Lines 14039 14039
Branches 2081 2081
==========================================
- Hits 10745 10743 -2
- Misses 2545 2546 +1
- Partials 749 750 +1 🚀 New features to boost your workflow:
|
wurdum
approved these changes
Apr 10, 2026
svlachakis
approved these changes
Apr 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
NethermindEth/github-workflowsto v2.0.0artifact-metadata: writeto workflow permissionsBreaking change in upstream
github-workflowsv2.0.0 now requires theartifact-metadata: writepermission foractions/attest-build-provenance.See: https://github.blog/changelog/2026-01-13-new-fine-grained-permission-for-artifact-metadata-is-now-generally-available/