chore(deps): update action versions and fix Dependabot coverage#34
Merged
chore(deps): update action versions and fix Dependabot coverage#34
Conversation
…coverage Bump anthropics/claude-code-action from v1.0.79 to v1.0.83 in claude-invoke. Switch Dependabot github-actions config from single directory to directories so composite actions are scanned for updates. Closes #32
There was a problem hiding this comment.
Pull request overview
Updates GitHub Actions dependency management so Dependabot can detect and bump uses: pins inside this repo’s composite actions, and aligns the claude-invoke composite action to a newer anthropics/claude-code-action release.
Changes:
- Update Dependabot
github-actionsconfiguration to scan multiple directories (root + composite actions under.github/actions/). - Bump the pinned
anthropics/claude-code-actionSHA used by theclaude-invokecomposite action to v1.0.83.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/dependabot.yml | Expands GitHub Actions scanning scope to include composite action directories so uses: pins stay up to date. |
| .github/actions/claude-invoke/action.yml | Updates the pinned claude-code-action commit used by the composite action. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Enable extended thinking and high effort level. Add code-review and code-simplifier plugins to complement pr-review-toolkit.
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
anthropics/claude-code-actionfrom v1.0.79 to v1.0.83 inclaude-invokecomposite actiongithub-actionsconfig fromdirectorytodirectoriesso composite actions under.github/actions/are scanned for version updates (root cause of the version skew)All other third-party actions (
actions/checkout,actions/setup-node,changesets/action,jdx/mise-action,pnpm/action-setup) are already on their latest versions.Closes #32
Follow-up
Test plan
mise run checkpasses (format + lint)