Skip to content

Commit f94885f

Browse files
chore(deps): bump anthropics/claude-code-action from 1.0.65 to 1.0.70 in the claude-code-action group (#215)
Bumps the claude-code-action group with 1 update: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action). Updates `anthropics/claude-code-action` from 1.0.65 to 1.0.70 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/anthropics/claude-code-action/releases">anthropics/claude-code-action's releases</a>.</em></p> <blockquote> <h2>v1.0.70</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/anthropics/claude-code-action/compare/v1...v1.0.70">https://github.com/anthropics/claude-code-action/compare/v1...v1.0.70</a></p> <h2>v1.0.69</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/anthropics/claude-code-action/compare/v1...v1.0.69">https://github.com/anthropics/claude-code-action/compare/v1...v1.0.69</a></p> <h2>v1.0.68</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/anthropics/claude-code-action/compare/v1...v1.0.68">https://github.com/anthropics/claude-code-action/compare/v1...v1.0.68</a></p> <h2>v1.0.67</h2> <h2>What's Changed</h2> <ul> <li>Improve gh.sh wrapper: stricter validation and better error messages by <a href="https://github.com/OctavianGuzu"><code>@​OctavianGuzu</code></a> in <a href="https://redirect.github.com/anthropics/claude-code-action/pull/996">anthropics/claude-code-action#996</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/anthropics/claude-code-action/compare/v1...v1.0.67">https://github.com/anthropics/claude-code-action/compare/v1...v1.0.67</a></p> <h2>v1.0.66</h2> <h2>What's Changed</h2> <ul> <li>Only expose permission_denials count in sanitized output by <a href="https://github.com/ddworken"><code>@​ddworken</code></a> in <a href="https://redirect.github.com/anthropics/claude-code-action/pull/993">anthropics/claude-code-action#993</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/anthropics/claude-code-action/compare/v1...v1.0.66">https://github.com/anthropics/claude-code-action/compare/v1...v1.0.66</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/anthropics/claude-code-action/commit/26ec041249acb0a944c0a47b6c0c13f05dbc5b44"><code>26ec041</code></a> chore: bump Claude Code to 2.1.70 and Agent SDK to 0.2.70</li> <li><a href="https://github.com/anthropics/claude-code-action/commit/1fc90f3ed982521116d8ff6d85b948c9b12cae3e"><code>1fc90f3</code></a> chore: bump Claude Code to 2.1.69 and Agent SDK to 0.2.69</li> <li><a href="https://github.com/anthropics/claude-code-action/commit/e763fe78de2db7389e04818a00b5ff8ba13d1360"><code>e763fe7</code></a> chore: bump Claude Code to 2.1.68 and Agent SDK to 0.2.68</li> <li><a href="https://github.com/anthropics/claude-code-action/commit/5f8e5bfe5b03891348854ae401476fc905a6ff6a"><code>5f8e5bf</code></a> chore: bump Claude Code to 2.1.66 and Agent SDK to 0.2.66</li> <li><a href="https://github.com/anthropics/claude-code-action/commit/73367208d0bc0c529b8b3fb223cbd4a8f63586e4"><code>7336720</code></a> Improve gh.sh wrapper: stricter validation and better error messages (<a href="https://redirect.github.com/anthropics/claude-code-action/issues/996">#996</a>)</li> <li><a href="https://github.com/anthropics/claude-code-action/commit/64c7a0ef71df67b14cb4471f4d9c8565c61042bf"><code>64c7a0e</code></a> Only expose permission_denials count in sanitized output (<a href="https://redirect.github.com/anthropics/claude-code-action/issues/993">#993</a>)</li> <li>See full diff in <a href="https://github.com/anthropics/claude-code-action/compare/220272d38887a1caed373da96a9ffdb0919c26cc...26ec041249acb0a944c0a47b6c0c13f05dbc5b44">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=anthropics/claude-code-action&package-manager=github_actions&previous-version=1.0.65&new-version=1.0.70)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29fca40 commit f94885f

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/ci-failure-analysis.yml

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

3737
steps:
3838
- name: Analyze failure with Claude
39-
uses: anthropics/claude-code-action@220272d38887a1caed373da96a9ffdb0919c26cc # v1.0.65
39+
uses: anthropics/claude-code-action@26ec041249acb0a944c0a47b6c0c13f05dbc5b44 # v1.0.70
4040
with:
4141
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
4242
prompt: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: npm install -g markdownlint-cli2 prettier
5252

5353
- name: Review PR with Claude
54-
uses: anthropics/claude-code-action@220272d38887a1caed373da96a9ffdb0919c26cc # v1.0.65
54+
uses: anthropics/claude-code-action@26ec041249acb0a944c0a47b6c0c13f05dbc5b44 # v1.0.70
5555
with:
5656
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
5757
track_progress: true

.github/workflows/claude.yml

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

7777
- name: Run Claude Code
7878
id: claude
79-
uses: anthropics/claude-code-action@220272d38887a1caed373da96a9ffdb0919c26cc # v1.0.65
79+
uses: anthropics/claude-code-action@26ec041249acb0a944c0a47b6c0c13f05dbc5b44 # v1.0.70
8080
with:
8181
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
8282
use_commit_signing: true

.github/workflows/component-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Validate plugin components
6868
if: steps.changed-files.outputs.has_changes == 'true'
69-
uses: anthropics/claude-code-action@220272d38887a1caed373da96a9ffdb0919c26cc # v1.0.65
69+
uses: anthropics/claude-code-action@26ec041249acb0a944c0a47b6c0c13f05dbc5b44 # v1.0.70
7070
id: validate
7171
with:
7272
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

.github/workflows/semantic-labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Label issue with Claude
4141
id: labeler
42-
uses: anthropics/claude-code-action@220272d38887a1caed373da96a9ffdb0919c26cc # v1.0.65
42+
uses: anthropics/claude-code-action@26ec041249acb0a944c0a47b6c0c13f05dbc5b44 # v1.0.70
4343
with:
4444
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
4545
prompt: |
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: Label PR with Claude
104104
id: labeler
105-
uses: anthropics/claude-code-action@220272d38887a1caed373da96a9ffdb0919c26cc # v1.0.65
105+
uses: anthropics/claude-code-action@26ec041249acb0a944c0a47b6c0c13f05dbc5b44 # v1.0.70
106106
with:
107107
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
108108
prompt: |

.github/workflows/version-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 1
3232

3333
- name: Check version consistency
34-
uses: anthropics/claude-code-action@220272d38887a1caed373da96a9ffdb0919c26cc # v1.0.65
34+
uses: anthropics/claude-code-action@26ec041249acb0a944c0a47b6c0c13f05dbc5b44 # v1.0.70
3535
id: version-check
3636
with:
3737
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

0 commit comments

Comments
 (0)