Commit f217fe9
authored
chore(deps): bump anthropics/claude-code-action from 1.0.41 to 1.0.46 in the claude-code-action group (#207)
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.41 to 1.0.46
<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.46</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/anthropics/claude-code-action/compare/v1...v1.0.46">https://github.com/anthropics/claude-code-action/compare/v1...v1.0.46</a></p>
<h2>v1.0.45</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: use original body from webhook payload for TOCTOU hardening by
<a href="https://github.com/ddworken"><code>@ddworken</code></a> in <a
href="https://redirect.github.com/anthropics/claude-code-action/pull/904">anthropics/claude-code-action#904</a></li>
<li>refactor: simplify mode system by removing Mode interface and
registry by <a
href="https://github.com/ashwin-ant"><code>@ashwin-ant</code></a> in <a
href="https://redirect.github.com/anthropics/claude-code-action/pull/899">anthropics/claude-code-action#899</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/anthropics/claude-code-action/compare/v1...v1.0.45">https://github.com/anthropics/claude-code-action/compare/v1...v1.0.45</a></p>
<h2>v1.0.44</h2>
<h2>What's Changed</h2>
<ul>
<li>refactor: unify action into single composite step with run.ts
entrypoint by <a
href="https://github.com/ashwin-ant"><code>@ashwin-ant</code></a> in <a
href="https://redirect.github.com/anthropics/claude-code-action/pull/898">anthropics/claude-code-action#898</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/anthropics/claude-code-action/compare/v1...v1.0.44">https://github.com/anthropics/claude-code-action/compare/v1...v1.0.44</a></p>
<h2>v1.0.43</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/anthropics/claude-code-action/compare/v1...v1.0.43">https://github.com/anthropics/claude-code-action/compare/v1...v1.0.43</a></p>
<h2>v1.0.42</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: pass OpenTelemetry environment variables to Claude Code
subprocess by <a
href="https://github.com/csy1204"><code>@csy1204</code></a> in <a
href="https://redirect.github.com/anthropics/claude-code-action/pull/886">anthropics/claude-code-action#886</a></li>
<li>fix: pass GitHub token to setup-bun to avoid rate limits by <a
href="https://github.com/peloyeje"><code>@peloyeje</code></a> in <a
href="https://redirect.github.com/anthropics/claude-code-action/pull/861">anthropics/claude-code-action#861</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/csy1204"><code>@csy1204</code></a> made
their first contribution in <a
href="https://redirect.github.com/anthropics/claude-code-action/pull/886">anthropics/claude-code-action#886</a></li>
<li><a href="https://github.com/peloyeje"><code>@peloyeje</code></a>
made their first contribution in <a
href="https://redirect.github.com/anthropics/claude-code-action/pull/861">anthropics/claude-code-action#861</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/anthropics/claude-code-action/compare/v1...v1.0.42">https://github.com/anthropics/claude-code-action/compare/v1...v1.0.42</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/anthropics/claude-code-action/commit/6c61301d8e1ee91bef7b65172f93462bbb216394"><code>6c61301</code></a>
chore: bump Claude Code to 2.1.37 and Agent SDK to 0.2.37</li>
<li><a
href="https://github.com/anthropics/claude-code-action/commit/db388438c199401cf36c143bb877ba3c3e6a9be5"><code>db38843</code></a>
chore: bump Claude Code to 2.1.36 and Agent SDK to 0.2.36</li>
<li><a
href="https://github.com/anthropics/claude-code-action/commit/b113f49a56229d8276e2bf05743ad6900121239c"><code>b113f49</code></a>
chore: bump Claude Code to 2.1.33 and Agent SDK to 0.2.33</li>
<li><a
href="https://github.com/anthropics/claude-code-action/commit/7057f3318b938a2dd095fd89f786c11772b08197"><code>7057f33</code></a>
refactor: simplify mode system by removing Mode interface and registry
(<a
href="https://redirect.github.com/anthropics/claude-code-action/issues/899">#899</a>)</li>
<li><a
href="https://github.com/anthropics/claude-code-action/commit/f09dc9a6a39826772fad13d0e23f5ba8ecb795a9"><code>f09dc9a</code></a>
fix: use original body from webhook payload for TOCTOU hardening (<a
href="https://redirect.github.com/anthropics/claude-code-action/issues/904">#904</a>)</li>
<li><a
href="https://github.com/anthropics/claude-code-action/commit/006aaf2935208098c2b871c8233c9637db8b553d"><code>006aaf2</code></a>
chore: bump Claude Code to 2.1.32 and Agent SDK to 0.2.32</li>
<li><a
href="https://github.com/anthropics/claude-code-action/commit/9a3c761f5420a7b776288d0700d261730771c1b3"><code>9a3c761</code></a>
refactor: unify action into single composite step with run.ts entrypoint
(<a
href="https://redirect.github.com/anthropics/claude-code-action/issues/898">#898</a>)</li>
<li><a
href="https://github.com/anthropics/claude-code-action/commit/6867bb3ab0b2c0a10629b6823e457347e74ad6d2"><code>6867bb3</code></a>
chore: bump Claude Code to 2.1.31 and Agent SDK to 0.2.31</li>
<li><a
href="https://github.com/anthropics/claude-code-action/commit/98af40b63cf43de3440823d121ad65e9937b4541"><code>98af40b</code></a>
chore: bump Claude Code to 2.1.30 and Agent SDK to 0.2.30</li>
<li><a
href="https://github.com/anthropics/claude-code-action/commit/4ce5f178c22b5a6494fb3246ecd96bce6ac99c67"><code>4ce5f17</code></a>
fix: pass GitHub token to setup-bun to avoid rate limits (<a
href="https://redirect.github.com/anthropics/claude-code-action/issues/861">#861</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/anthropics/claude-code-action/compare/70e16deb18402428bd09e08d1ec3662a872e3c72...6c61301d8e1ee91bef7b65172f93462bbb216394">compare
view</a></li>
</ul>
</details>
<br />
[](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 eeebc33 commit f217fe9
File tree
6 files changed
+7
-7
lines changed- .github/workflows
6 files changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments