Skip to content

Commit 2fb17f1

Browse files
Update anthropics/claude-code-action digest to 2fee155 (#8522)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [anthropics/claude-code-action](https://redirect.github.com/anthropics/claude-code-action) ([changelog](https://redirect.github.com/anthropics/claude-code-action/compare/d5726de019ec4498aa667642bc3a80fca83aa102..2fee15510437d71399d9139ed60433470484a8fb)) | action | digest | `d5726de` → `2fee155` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/357) for more information. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, on the second Monday and fourth Monday of the month (`* 0-3 * * 1#2,1#4`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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/vortex-data/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIzMS4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJjaGFuZ2Vsb2cvY2hvcmUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 059b32f commit 2fb17f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/fuzzer-fix-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
CRASH_FILE: ${{ steps.extract.outputs.crash_file }}
274274
CRASH_FILE_PATH: ${{ steps.download.outputs.crash_file_path }}
275275
ARTIFACT_URL: ${{ steps.extract.outputs.artifact_url }}
276-
uses: anthropics/claude-code-action@d5726de019ec4498aa667642bc3a80fca83aa102 # v1
276+
uses: anthropics/claude-code-action@2fee15510437d71399d9139ed60433470484a8fb # v1
277277
with:
278278
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
279279
# Use the App token (not GITHUB_TOKEN) so the committed fix branch and

.github/workflows/report-fuzz-crash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
steps.dedup.outputs.duplicate != 'true' ||
119119
steps.dedup.outputs.confidence != 'exact'
120120
continue-on-error: true
121-
uses: anthropics/claude-code-action@d5726de019ec4498aa667642bc3a80fca83aa102 # v1
121+
uses: anthropics/claude-code-action@2fee15510437d71399d9139ed60433470484a8fb # v1
122122
with:
123123
claude_code_oauth_token: ${{ secrets.claude_code_oauth_token }}
124124
github_token: ${{ secrets.gh_token }}

0 commit comments

Comments
 (0)