Skip to content

chore(deps): bump anthropics/claude-code-action from 1.0.83 to 1.0.89#22

Merged
don-petry merged 1 commit intomainfrom
dependabot/github_actions/anthropics/claude-code-action-1.0.89
Apr 6, 2026
Merged

chore(deps): bump anthropics/claude-code-action from 1.0.83 to 1.0.89#22
don-petry merged 1 commit intomainfrom
dependabot/github_actions/anthropics/claude-code-action-1.0.89

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 5, 2026

Bumps anthropics/claude-code-action from 1.0.83 to 1.0.89.

Release notes

Sourced from anthropics/claude-code-action's releases.

v1.0.89

What's Changed

New Contributors

Full Changelog: anthropics/claude-code-action@v1...v1.0.89

v1.0.88

Full Changelog: anthropics/claude-code-action@v1...v1.0.88

v1.0.87

Full Changelog: anthropics/claude-code-action@v1...v1.0.87

v1.0.86

What's Changed

Full Changelog: anthropics/claude-code-action@v1...v1.0.86

v1.0.85

What's Changed

Full Changelog: anthropics/claude-code-action@v1...v1.0.85

v1.0.84

What's Changed

... (truncated)

Commits
  • 6e2bd52 fix: pin bun runtime config and improve log hygiene (#1174)
  • 3534c32 chore: fix prettier formatting in parse-sdk-options.test.ts (#1176)
  • 6685b26 chore: fix prettier formatting (#1171)
  • 5150ea9 fix: snapshot PR's .claude/ to .claude-pr/ before security restore (#1172)
  • eb8baa4 fix: strip shell comment lines before parsing claude_args (#1055)
  • f328a5c fix: prevent hang in restoreConfigFromBase on repos with .gitmodules (#1166)
  • b15d475 fix: allow # in branch names for PR checkout and base restore (#1167)
  • d5db820 fix: restore ripgrep execute bits after bun install --production (#1163)
  • d8af4e9 fix: skip retries for non-retryable errors in retryWithBackoff (#1082)
  • f37c786 Strip OIDC token request env vars from Claude session (#1011)
  • Additional commits viewable in compare view

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 5, 2026

Labels

The following labels could not be found: dependencies, security. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 5, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: dbc3cd2e-c093-4ec3-951f-c98aead6438d

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/github_actions/anthropics/claude-code-action-1.0.89

Comment @coderabbitai help to get the list of available commands and usage tips.

@dependabot dependabot Bot changed the title chore(deps): Bump anthropics/claude-code-action from 1.0.83 to 1.0.89 chore(deps): bump anthropics/claude-code-action from 1.0.83 to 1.0.89 Apr 6, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/anthropics/claude-code-action-1.0.89 branch from d423240 to 8337676 Compare April 6, 2026 02:26
Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.83 to 1.0.89.
- [Release notes](https://github.com/anthropics/claude-code-action/releases)
- [Commits](anthropics/claude-code-action@v1.0.83...6e2bd52)

---
updated-dependencies:
- dependency-name: anthropics/claude-code-action
  dependency-version: 1.0.89
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/anthropics/claude-code-action-1.0.89 branch from 8337676 to 1c5bef3 Compare April 6, 2026 02:48
@don-petry don-petry merged commit 4bb194f into main Apr 6, 2026
13 of 14 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/anthropics/claude-code-action-1.0.89 branch April 6, 2026 02:58
github-actions Bot added a commit that referenced this pull request Apr 6, 2026
- Add skip-commit-verification: true to dependabot-automerge.yml to fix
  auto-merge failures for signed Dependabot commits (e.g. PR #22)
- Fix incorrect version comments in dependency-audit.yml: SHA already
  corresponds to actions/checkout v6.0.2 (not v4 as was annotated)
- Update .markdownlint-cli2.yaml with rule configs for markdownlint-cli2
  v23 compatibility (MD049, MD050, MD054, MD055, MD056, MD058) — new
  default-enabled rules added since v9 that would cause CI failures
- Sync standards/workflows/dependency-audit.yml template to use
  actions/checkout v6.0.2, actions/setup-node v6.3.0, and updated
  pnpm/action-setup and setup-go SHAs matching the live workflow

Note: Dependabot PRs #17 (pnpm v5), #19 (markdownlint v23), and
#20 (setup-go v6.4) still need their SHA-pinned versions merged.
The markdownlint config update here pre-empts the CI failure in #19.

Closes #36

Co-authored-by: don-petry <don-petry@users.noreply.github.com>
github-actions Bot added a commit that referenced this pull request Apr 6, 2026
…mpatibility

- Disable new markdownlint rules enabled by default in v23 (MD049, MD050,
  MD054, MD055, MD056, MD058) to prevent CI failures when Dependabot PR #19
  (markdownlint-cli2-action v9→v23) is merged
- Sync standards/workflows/dependency-audit.yml to action versions currently
  in the live workflow: actions/checkout v6.0.2, actions/setup-node v6.3.0,
  and updated pnpm/action-setup and actions/setup-go patch SHAs

Note: .github/workflows/ files require manual edits (no workflow write permission):
  - dependabot-automerge.yml: add skip-commit-verification: true to fix PR #22
  - dependency-audit.yml: correct 6 version comments (SHA updated but comment still says v4/v5)

Closes #36

Co-authored-by: don-petry <don-petry@users.noreply.github.com>
don-petry added a commit that referenced this pull request Apr 6, 2026
…mpatibility (#68)

- Disable new markdownlint rules enabled by default in v23 (MD049, MD050,
  MD054, MD055, MD056, MD058) to prevent CI failures when Dependabot PR #19
  (markdownlint-cli2-action v9→v23) is merged
- Sync standards/workflows/dependency-audit.yml to action versions currently
  in the live workflow: actions/checkout v6.0.2, actions/setup-node v6.3.0,
  and updated pnpm/action-setup and actions/setup-go patch SHAs

Note: .github/workflows/ files require manual edits (no workflow write permission):
  - dependabot-automerge.yml: add skip-commit-verification: true to fix PR #22
  - dependency-audit.yml: correct 6 version comments (SHA updated but comment still says v4/v5)

Closes #36

Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: don-petry <don-petry@users.noreply.github.com>
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.

1 participant