Update GitHub Actions dependencies to latest versions#23
Merged
Conversation
…action - hynek/build-and-inspect-python-package: e6f4945 -> fe0a0fb (v2) - psf/black: 35ea679 -> c6755bb (stable) - astral-sh/ruff-action: 146cd51 -> 4919ec5 (v3) https://claude.ai/code/session_015PmZAbyXBkLPktTXGMx5BX
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- Since the actions are pinned by SHA but annotated only with major versions (e.g.,
# v3), consider also noting the underlying tag or release in the comment (or commit message) for easier traceability when revisiting which exact upstream version each SHA corresponds to.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Since the actions are pinned by SHA but annotated only with major versions (e.g., `# v3`), consider also noting the underlying tag or release in the comment (or commit message) for easier traceability when revisiting which exact upstream version each SHA corresponds to.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
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
This pull request updates the pinned versions of GitHub Actions used in the CI/CD workflows to their latest commits.
Key Changes
35ea67920b7f6ac8e09be1c47278752b1e827f76toc6755bb741b6481d6b3d3bb563c83fa060db96c9146cd51f235777a9bc491eead18e0d5a4b05406ato4919ec5cf1f49eff0871dbcea0da843445b837e6(updated in 2 locations: format check and lint jobs)e6f4945c542cb46284a23bdb29121f4593636894tofe0a0fb1925ca263d076ca4f2c13e93a6e92a33eDetails
All version tags remain at their current major/minor versions (black: stable, ruff-action: v3, build-and-inspect-python-package: v2), ensuring compatibility while incorporating the latest bug fixes and improvements from each action's maintainers.
https://claude.ai/code/session_015PmZAbyXBkLPktTXGMx5BX