Skip to content

Commit 189817f

Browse files
build(deps): Bump anthropics/claude-code-action from ada5bc42ebb031c1b30d9e12ec73cb7f978b4846 to 11a01b7183ef5cf1c7fbb75eaf39379c6b11bdc8 (#2632)
Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from ada5bc42ebb031c1b30d9e12ec73cb7f978b4846 to 11a01b7183ef5cf1c7fbb75eaf39379c6b11bdc8. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/anthropics/claude-code-action/commit/11a01b7183ef5cf1c7fbb75eaf39379c6b11bdc8"><code>11a01b7</code></a> feat: update claude-review workflow to use slash command (<a href="https://redirect.github.com/anthropics/claude-code-action/issues/554">#554</a>)</li> <li><a href="https://github.com/anthropics/claude-code-action/commit/69dec299f882fef0fff1652a1309b7e9771b9f98"><code>69dec29</code></a> feat: add allowed_non_write_users input to bypass permission checks (<a href="https://redirect.github.com/anthropics/claude-code-action/issues/550">#550</a>)</li> <li><a href="https://github.com/anthropics/claude-code-action/commit/1a8e7d330abf7dc9fa58cff1e872d1656fc88363"><code>1a8e7d3</code></a> fix: remove unnecessary GitHub comment server inclusion in agent mode (<a href="https://redirect.github.com/anthropics/claude-code-action/issues/549">#549</a>)</li> <li><a href="https://github.com/anthropics/claude-code-action/commit/9975f36410aaf8c6ab1a00625a6d473601066909"><code>9975f36</code></a> fix: use agent mode for issues events with explicit prompts (<a href="https://redirect.github.com/anthropics/claude-code-action/issues/530">#530</a>)</li> <li><a href="https://github.com/anthropics/claude-code-action/commit/c1ffc8a0e8e8e4e183a0be1d9d94489f30ca9cf7"><code>c1ffc8a</code></a> chore: bump Claude Code version to 1.0.108</li> <li><a href="https://github.com/anthropics/claude-code-action/commit/13e47489f467b2deeedf92aca02795366ee7030b"><code>13e4748</code></a> feat: add repository_dispatch event support (<a href="https://redirect.github.com/anthropics/claude-code-action/issues/546">#546</a>)</li> <li><a href="https://github.com/anthropics/claude-code-action/commit/765fadc6a6fd252419391be537e01b5f94d1a393"><code>765fadc</code></a> fix: remove OIDC id-token permission and add github_token input (<a href="https://redirect.github.com/anthropics/claude-code-action/issues/545">#545</a>)</li> <li><a href="https://github.com/anthropics/claude-code-action/commit/fd2c17f101639b10696381c1fd85fa735239090a"><code>fd2c17f</code></a> feat: enhance issue triage workflow with priority labeling and OIDC support (...</li> <li><a href="https://github.com/anthropics/claude-code-action/commit/a4a723b927343ec34007c0af55f26bcb14189188"><code>a4a723b</code></a> chore: bump Claude Code version to 1.0.107</li> <li><a href="https://github.com/anthropics/claude-code-action/commit/d22fa6061b59976f4c708f4d7679a2ab45678673"><code>d22fa60</code></a> chore: bump Claude Code version to 1.0.106</li> <li>Additional commits viewable in <a href="https://github.com/anthropics/claude-code-action/compare/ada5bc42ebb031c1b30d9e12ec73cb7f978b4846...11a01b7183ef5cf1c7fbb75eaf39379c6b11bdc8">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 12d1d97 commit 189817f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Run Claude Code Review
3535
id: claude-review
36-
uses: anthropics/claude-code-action@ada5bc42ebb031c1b30d9e12ec73cb7f978b4846
36+
uses: anthropics/claude-code-action@11a01b7183ef5cf1c7fbb75eaf39379c6b11bdc8
3737
with:
3838
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
3939

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Run Claude Code
3434
id: claude
35-
uses: anthropics/claude-code-action@ada5bc42ebb031c1b30d9e12ec73cb7f978b4846
35+
uses: anthropics/claude-code-action@11a01b7183ef5cf1c7fbb75eaf39379c6b11bdc8
3636
with:
3737
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
3838

0 commit comments

Comments
 (0)