Update artifact actions with verified pins and strict digest checks - #175
Merged
Merged
Conversation
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions-055219aa09
branch
from
September 26, 2026 06:07
034e6df to
fd41679
Compare
5 tasks
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions-055219aa09
branch
2 times, most recently
from
September 26, 2026 06:39
5adb9c0 to
a980fe9
Compare
Bumps the actions group with 2 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4.6.2 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...043fb46) Updates `actions/download-artifact` from 4.3.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...3e5f45b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions-055219aa09
branch
from
September 26, 2026 07:22
a980fe9 to
7faa148
Compare
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.
Upgrade the paired artifact actions to the verified official upload-artifact v7.0.1 and download-artifact v8.0.1 commits, and refresh this PR onto current main. The packaged-consumer transfer explicitly keeps ZIP archive/extraction behavior and now fails a digest mismatch instead of accepting the old warning behavior.
Both actions use Node 24 on GitHub-hosted runners. Downloads remain restricted to the named artifact from the same workflow run; permissions, token handling and library Java baselines do not change. Update the provenance inventory with tag/source/client review and runner/runtime constraints.
Validation: actionlint and all 14 policy/verification tests pass locally. Sol reviewed upstream source, release tags and packaged-client behavior; final Sol and then Astra review found no actionable findings on
9fafc772b8e7f55d44417a8b1f59b2ea69de2568. All 28 final-head checks passed before merge as011734abc029726a115811b53228cdaa789e7232. The runtime matrix checks actual uploaded/downloaded original JARs on Java 8/11/17/21/25. This is maintenance, not release approval.Refs #169 and the requested PR queue cleanup. Maven proposals #176/#188 are handled separately.