Conversation
This comment was marked as outdated.
This comment was marked as outdated.
17415b9 to
ac44da0
Compare
Updates checkout, setup-python, upload-artifact, download-artifact, and gh-action-pypi-publish actions to pinned commit SHAs for improved security and supply chain protection. Fixes #425
ac44da0 to
1688370
Compare
bctiemann
approved these changes
Apr 24, 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.
Fixes: #425
This PR updates the affected GitHub Actions for GitHub Actions' Node 20 deprecation and pins all referenced actions to full commit SHAs instead of version tags. This helps reduce supply chain risk from tag retargeting while preparing the workflows for the transition to Node 24.
The Node.js version used for CI testing is unchanged; this update only affects the GitHub Actions used by the workflows themselves.
Updated actions:
actions/checkouttov6.0.2actions/setup-pythontov6.2.0actions/download-artifacttov8.0.1actions/upload-artifacttov7.0.1pypa/gh-action-pypi-publishtov1.14.0