ci(release): Bump attestation GHA to 4.6.0#1592
Merged
viccuad merged 1 commit intokubewarden:mainfrom Mar 19, 2026
Merged
Conversation
This consumes a feat to understand SLSA attestation predicate v1, which is what docker buildx creates now. Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
jvanz
approved these changes
Mar 19, 2026
flavio
approved these changes
Mar 19, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the release workflow to use a newer version of Kubewarden’s attestation GitHub Action, addressing failures related to SLSA attestation predicate v1 produced by modern docker buildx.
Changes:
- Bump
kubewarden/github-actions/attestationfrom v4.5.16 to v4.6.0 (pinned commit SHA) in the release workflow.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1592 +/- ##
==========================================
+ Coverage 75.22% 80.02% +4.79%
==========================================
Files 170 127 -43
Lines 21064 16573 -4491
==========================================
- Hits 15846 13262 -2584
+ Misses 5006 3311 -1695
+ Partials 212 0 -212
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Description
Fixes attestation errors on release job.
This consumes a feat to understand SLSA attestation predicate v1, which is what docker buildx creates now.
Test
Untested.
Additional Information
Tradeoff
Potential improvement
Checklist