chore: upgrade GitHub Actions dependencies - #3
Merged
Conversation
- Bump actions/checkout from v4 to v7 across all workflows - Replace codfish/semantic-release-action@v4 with cycjimmy/semantic-release-action pinned to v6.0.0 Claude-Session: https://claude.ai/code/session_011T9ASy4VmRoYrnuTsLd9oU
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
actions/checkoutfrom v4 to v7 across all workflow files (release.yml,test.yml).codfish/semantic-release-action@v4withcycjimmy/semantic-release-actionpinned to commit SHA (v6.0.0). Replaced because codfish was disabled by GitHub after a supply-chain compromise so its tags no longer resolve; cycjimmy is the maintained standard replacement.https://claude.ai/code/session_011T9ASy4VmRoYrnuTsLd9oU
Note
Medium Risk
Release automation behavior may change with the semantic-release action swap and input rename; checkout v7 is a major jump but limited to CI workflows.
Overview
Upgrades CI dependencies and adds automated upkeep for future Action updates.
actions/checkoutis bumped from v4 to v7 inrelease.ymland every checkout step intest.yml.The release workflow swaps
codfish/semantic-release-action@v4forcycjimmy/semantic-release-actionpinned to commit SHA v6.0.0, and moves the semantic-release GitHub Actions tags plugin fromadditional-packagestoextra_plugins.A new
.github/dependabot.ymlenables weekly github-actions updates with all Action bumps grouped together.Reviewed by Cursor Bugbot for commit 2fefdd1. Bugbot is set up for automated code reviews on this repo. Configure here.