Skip to content

chore(deps): update action versions and fix Dependabot coverage#34

Merged
benhigham merged 3 commits intomainfrom
chore/update-action-versions-32
Apr 1, 2026
Merged

chore(deps): update action versions and fix Dependabot coverage#34
benhigham merged 3 commits intomainfrom
chore/update-action-versions-32

Conversation

@benhigham
Copy link
Copy Markdown
Owner

Summary

  • Bumps anthropics/claude-code-action from v1.0.79 to v1.0.83 in claude-invoke composite action
  • Switches Dependabot github-actions config from directory to directories so 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 check passes (format + lint)
  • Verify Dependabot opens PRs for composite action directories on next weekly scan

…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
Copilot AI review requested due to automatic review settings April 1, 2026 02:06
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

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-actions configuration to scan multiple directories (root + composite actions under .github/actions/).
  • Bump the pinned anthropics/claude-code-action SHA used by the claude-invoke composite 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.
@benhigham benhigham merged commit aa4b316 into main Apr 1, 2026
3 checks passed
@benhigham benhigham deleted the chore/update-action-versions-32 branch April 1, 2026 02:25
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.

Align claude-code-action version between claude-invoke and downstream workflows

2 participants