Skip to content

Update GitHub Actions dependencies to latest versions#23

Merged
tsvikas merged 1 commit intomainfrom
claude/update-github-actions-GuUwF
Apr 8, 2026
Merged

Update GitHub Actions dependencies to latest versions#23
tsvikas merged 1 commit intomainfrom
claude/update-github-actions-GuUwF

Conversation

@tsvikas
Copy link
Copy Markdown
Owner

@tsvikas tsvikas commented Apr 8, 2026

Summary

This pull request updates the pinned versions of GitHub Actions used in the CI/CD workflows to their latest commits.

Key Changes

  • black formatter: Updated from 35ea67920b7f6ac8e09be1c47278752b1e827f76 to c6755bb741b6481d6b3d3bb563c83fa060db96c9
  • ruff-action: Updated from 146cd51f235777a9bc491eead18e0d5a4b05406a to 4919ec5cf1f49eff0871dbcea0da843445b837e6 (updated in 2 locations: format check and lint jobs)
  • build-and-inspect-python-package: Updated from e6f4945c542cb46284a23bdb29121f4593636894 to fe0a0fb1925ca263d076ca4f2c13e93a6e92a33e

Details

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

…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
@tsvikas tsvikas merged commit 8c6bc27 into main Apr 8, 2026
2 checks passed
@tsvikas tsvikas deleted the claude/update-github-actions-GuUwF branch April 8, 2026 18:26
Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants