Bump actions versions - #1752
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1752 +/- ##
==========================================
+ Coverage 91.38% 91.71% +0.33%
==========================================
Files 98 98
Lines 19641 19641
==========================================
+ Hits 17948 18014 +66
+ Misses 1693 1627 -66 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates commit-pinned GitHub Actions used in the cargo-dist release pipeline, aligning generated config and workflows with newer action revisions.
Changes:
- Bumped pinned SHAs for
actions/checkout,actions/upload-artifact,actions/download-artifact, andactions/attest-build-provenanceindist-workspace.toml. - Updated the cargo-dist generated
release.ymlworkflow to use the new action SHAs. - Tweaked CI job display name for MSRV and switched Docker workflow attestation action to
actions/attest.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| dist-workspace.toml | Updates cargo-dist’s centralized action SHA pins. |
| .github/workflows/release.yml | Applies updated action pins throughout the cargo-dist release workflow. |
| .github/workflows/ci.yml | Renames the MSRV job label for clearer UI output. |
| .github/workflows/build-docker.yml | Switches attestation action used during Docker publishing. |
Comments suppressed due to low confidence (1)
.github/workflows/build-docker.yml:185
- This workflow now uses
actions/attest@..., but it still pinsactions/upload-artifactandactions/download-artifactto older SHAs elsewhere in the same file (upload:b7c566…, download:37930b…). If the goal of this PR is to bump GitHub Actions versions (anddist-workspace.toml/release.ymlalready moved to newer upload/download SHAs), consider updating the artifact action pins here too to keep the cargo-dist release pipeline consistent.
uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
with:
subject-name: ${{ env.PREK_BASE_IMG }}
subject-digest: ${{ steps.manifest-digest.outputs.digest }}
This reverts commit d28940b.
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.
No description provided.