Skip to content

Commit 8a76839

Browse files
chore(deps): update anthropics/claude-code-action action to v1.0.131 (#1678)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [anthropics/claude-code-action](https://redirect.github.com/anthropics/claude-code-action) | action | patch | `v1.0.128` → `v1.0.131` | `v1.0.133` (+1) | --- ### Release Notes <details> <summary>anthropics/claude-code-action (anthropics/claude-code-action)</summary> ### [`v1.0.131`](https://redirect.github.com/anthropics/claude-code-action/releases/tag/v1.0.131) [Compare Source](https://redirect.github.com/anthropics/claude-code-action/compare/v1.0.130...v1.0.131) **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.131> ### [`v1.0.130`](https://redirect.github.com/anthropics/claude-code-action/releases/tag/v1.0.130) [Compare Source](https://redirect.github.com/anthropics/claude-code-action/compare/v1.0.129...v1.0.130) ##### What's Changed - Add Workload Identity Federation (OIDC) authentication support by [@&#8203;ashwin-ant](https://redirect.github.com/ashwin-ant) in [#&#8203;1338](https://redirect.github.com/anthropics/claude-code-action/pull/1338) **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.130> ### [`v1.0.129`](https://redirect.github.com/anthropics/claude-code-action/releases/tag/v1.0.129) [Compare Source](https://redirect.github.com/anthropics/claude-code-action/compare/v1.0.128...v1.0.129) **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.129> </details> --- ### Configuration 📅 **Schedule**: (in timezone Asia/Shanghai) - Branch creation - "before 10am on monday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/voidzero-dev/vite-plus). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTQuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE5NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5629693 commit 8a76839

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/upgrade-deps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Check upgrade dependencies
6464
id: check-upgrade-dependencies
6565
timeout-minutes: 180
66-
uses: anthropics/claude-code-action@20c8abf165d5f85ab3fc970db9498436377dc9d1 # v1.0.128
66+
uses: anthropics/claude-code-action@4481e6d3c7bbb88db2a928ca3444c536f589c7c1 # v1.0.131
6767
env:
6868
RELEASE_BUILD: 'true'
6969
with:
@@ -174,7 +174,7 @@ jobs:
174174
- name: Enhance PR description with Claude
175175
id: enhance-pr-description
176176
continue-on-error: true
177-
uses: anthropics/claude-code-action@20c8abf165d5f85ab3fc970db9498436377dc9d1 # v1.0.128
177+
uses: anthropics/claude-code-action@4481e6d3c7bbb88db2a928ca3444c536f589c7c1 # v1.0.131
178178
with:
179179
claude_code_oauth_token: ${{ secrets.ANTHROPIC_API_KEY }}
180180
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)