chore: upgrade GitHub Actions dependencies - #7
Merged
Conversation
- Bump actions/checkout from v4 to v7 across release.yml and test.yml - Bump actions/setup-node from v4 to v6 in test.yml - 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 PR is included in version 1.4.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
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.
Upgrades GitHub Actions dependencies across workflow files.
actions/checkoutfrom v4 to v7 in release.yml and test.yml (all occurrences)actions/setup-nodefrom v4 to v6 in test.ymlcodfish/semantic-release-action@v4withcycjimmy/semantic-release-actionpinned to 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
Low Risk
CI-only dependency and release-action changes with no application or runtime code touched.
Overview
Upgrades CI workflows to current
actions/checkout(v7) andactions/setup-node(v6), and replaces the release job’scodfish/semantic-release-actionwithcycjimmy/semantic-release-actionpinned to v6.0.0, wiringsemantic-release-github-actions-tagsviaextra_pluginsinstead ofadditional-packages.Adds Dependabot (
.github/dependabot.yml) for weekly, grouped updates to all GitHub Actions at the repo root.Reviewed by Cursor Bugbot for commit 160e781. Bugbot is set up for automated code reviews on this repo. Configure here.