Skip to content

Commit fe54d85

Browse files
chore(deps): update github workflows (#7203)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [anthropics/claude-code-action](https://redirect.github.com/anthropics/claude-code-action) | action | patch | `v1.0.191` → `v1.0.201` | | [astral-sh/setup-uv](https://redirect.github.com/astral-sh/setup-uv) | | patch | `v10.0.0` → `v10.0.1` | | [astral-sh/setup-uv](https://redirect.github.com/astral-sh/setup-uv) | action | patch | `v10.0.0` → `v10.0.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/6715) for more information. --- ### Release Notes <details> <summary>anthropics/claude-code-action (anthropics/claude-code-action)</summary> ### [`v1.0.201`](https://redirect.github.com/anthropics/claude-code-action/releases/tag/v1.0.201) [Compare Source](https://redirect.github.com/anthropics/claude-code-action/compare/v1.0.200...v1.0.201) **Full Changelog**: <anthropics/claude-code-action@v1.0.200...v1.0.201> ### [`v1.0.200`](https://redirect.github.com/anthropics/claude-code-action/compare/v1.0.199...v1.0.200) [Compare Source](https://redirect.github.com/anthropics/claude-code-action/compare/v1.0.199...v1.0.200) ### [`v1.0.199`](https://redirect.github.com/anthropics/claude-code-action/compare/v1.0.198...v1.0.199) [Compare Source](https://redirect.github.com/anthropics/claude-code-action/compare/v1.0.198...v1.0.199) ### [`v1.0.198`](https://redirect.github.com/anthropics/claude-code-action/compare/v1.0.197...v1.0.198) [Compare Source](https://redirect.github.com/anthropics/claude-code-action/compare/v1.0.197...v1.0.198) ### [`v1.0.197`](https://redirect.github.com/anthropics/claude-code-action/releases/tag/v1.0.197) [Compare Source](https://redirect.github.com/anthropics/claude-code-action/compare/v1.0.196...v1.0.197) #### What's Changed - fix: neutralize the checkout credential under actions/checkout v6+ include layout ([#&#8203;1510](https://redirect.github.com/anthropics/claude-code-action/issues/1510)) by [@&#8203;TemRevil](https://redirect.github.com/TemRevil) in [#&#8203;1526](https://redirect.github.com/anthropics/claude-code-action/pull/1526) #### New Contributors - [@&#8203;TemRevil](https://redirect.github.com/TemRevil) made their first contribution in [#&#8203;1526](https://redirect.github.com/anthropics/claude-code-action/pull/1526) **Full Changelog**: <anthropics/claude-code-action@v1.0.196...v1.0.197> ### [`v1.0.196`](https://redirect.github.com/anthropics/claude-code-action/releases/tag/v1.0.196) [Compare Source](https://redirect.github.com/anthropics/claude-code-action/compare/v1.0.195...v1.0.196) ##### What's Changed - fix(security): unify secret redaction in public comment outputs by [@&#8203;Juwan-Hwang](https://redirect.github.com/Juwan-Hwang) in [#&#8203;1693](https://redirect.github.com/anthropics/claude-code-action/pull/1693) - fix: strip unused ALL\_INPUTS environment variable from Claude subprocess env by [@&#8203;Juwan-Hwang](https://redirect.github.com/Juwan-Hwang) in [#&#8203;1692](https://redirect.github.com/anthropics/claude-code-action/pull/1692) - fix(github): match bot actors in comment filters using GraphQL \_\_typename by [@&#8203;Neal006](https://redirect.github.com/Neal006) in [#&#8203;1616](https://redirect.github.com/anthropics/claude-code-action/pull/1616) ##### New Contributors - [@&#8203;Juwan-Hwang](https://redirect.github.com/Juwan-Hwang) made their first contribution in [#&#8203;1693](https://redirect.github.com/anthropics/claude-code-action/pull/1693) **Full Changelog**: <anthropics/claude-code-action@v1.0.195...v1.0.196> ### [`v1.0.195`](https://redirect.github.com/anthropics/claude-code-action/releases/tag/v1.0.195) [Compare Source](https://redirect.github.com/anthropics/claude-code-action/compare/v1.0.194...v1.0.195) **Full Changelog**: <anthropics/claude-code-action@v1.0.194...v1.0.195> ### [`v1.0.194`](https://redirect.github.com/anthropics/claude-code-action/releases/tag/v1.0.194) [Compare Source](https://redirect.github.com/anthropics/claude-code-action/compare/v1.0.193...v1.0.194) #### What's Changed - Harden delete\_files MCP tool: validate paths within repo root (consistency with commit\_files) by [@&#8203;GabrielOnRails](https://redirect.github.com/GabrielOnRails) in [#&#8203;1636](https://redirect.github.com/anthropics/claude-code-action/pull/1636) - Only limit fetch depth when the checkout is already shallow by [@&#8203;winklemad](https://redirect.github.com/winklemad) in [#&#8203;1647](https://redirect.github.com/anthropics/claude-code-action/pull/1647) - fix(base-action): add \~/.local/bin to $GITHUB\_PATH after auto-install by [@&#8203;anishesg](https://redirect.github.com/anishesg) in [#&#8203;1643](https://redirect.github.com/anthropics/claude-code-action/pull/1643) - feat(context): include diffHunk in PR review comment context by [@&#8203;rishavnaskar](https://redirect.github.com/rishavnaskar) in [#&#8203;1584](https://redirect.github.com/anthropics/claude-code-action/pull/1584) - ci: skip Claude-backed test jobs on fork PRs by [@&#8203;ashwin-ant](https://redirect.github.com/ashwin-ant) in [#&#8203;1655](https://redirect.github.com/anthropics/claude-code-action/pull/1655) - fix: bump shell-quote to 1.8.4 to remediate CVE-2026-9277 by [@&#8203;doshidhaval](https://redirect.github.com/doshidhaval) in [#&#8203;1557](https://redirect.github.com/anthropics/claude-code-action/pull/1557) - fix(images): bound attachment downloads by [@&#8203;abhinavkr26104](https://redirect.github.com/abhinavkr26104) in [#&#8203;1625](https://redirect.github.com/anthropics/claude-code-action/pull/1625) #### New Contributors - [@&#8203;GabrielOnRails](https://redirect.github.com/GabrielOnRails) made their first contribution in [#&#8203;1636](https://redirect.github.com/anthropics/claude-code-action/pull/1636) - [@&#8203;winklemad](https://redirect.github.com/winklemad) made their first contribution in [#&#8203;1647](https://redirect.github.com/anthropics/claude-code-action/pull/1647) - [@&#8203;doshidhaval](https://redirect.github.com/doshidhaval) made their first contribution in [#&#8203;1557](https://redirect.github.com/anthropics/claude-code-action/pull/1557) **Full Changelog**: <anthropics/claude-code-action@v1.0.193...v1.0.194> ### [`v1.0.193`](https://redirect.github.com/anthropics/claude-code-action/releases/tag/v1.0.193) [Compare Source](https://redirect.github.com/anthropics/claude-code-action/compare/v1.0.192...v1.0.193) **Full Changelog**: <anthropics/claude-code-action@v1.0.192...v1.0.193> ### [`v1.0.192`](https://redirect.github.com/anthropics/claude-code-action/releases/tag/v1.0.192) [Compare Source](https://redirect.github.com/anthropics/claude-code-action/compare/v1.0.191...v1.0.192) #### What's Changed - fix(mcp): paginate GitHub Actions results by [@&#8203;abhinavkr26104](https://redirect.github.com/abhinavkr26104) in [#&#8203;1629](https://redirect.github.com/anthropics/claude-code-action/pull/1629) - fix(summary): keep every text block in structured tool results by [@&#8203;Neal006](https://redirect.github.com/Neal006) in [#&#8203;1619](https://redirect.github.com/anthropics/claude-code-action/pull/1619) - fix(mcp): detect binary files by content instead of extension allowlist by [@&#8203;henriquepe](https://redirect.github.com/henriquepe) in [#&#8203;1633](https://redirect.github.com/anthropics/claude-code-action/pull/1633) #### New Contributors - [@&#8203;abhinavkr26104](https://redirect.github.com/abhinavkr26104) made their first contribution in [#&#8203;1629](https://redirect.github.com/anthropics/claude-code-action/pull/1629) - [@&#8203;Neal006](https://redirect.github.com/Neal006) made their first contribution in [#&#8203;1619](https://redirect.github.com/anthropics/claude-code-action/pull/1619) - [@&#8203;henriquepe](https://redirect.github.com/henriquepe) made their first contribution in [#&#8203;1633](https://redirect.github.com/anthropics/claude-code-action/pull/1633) **Full Changelog**: <anthropics/claude-code-action@v1.0.191...v1.0.192> </details> <details> <summary>astral-sh/setup-uv (astral-sh/setup-uv)</summary> ### [`v10.0.1`](https://redirect.github.com/astral-sh/setup-uv/releases/tag/v10.0.1): 🌈 Tolerate transient manifest timeouts [Compare Source](https://redirect.github.com/astral-sh/setup-uv/compare/v10.0.0...v10.0.1) ##### Changes Thank you [@&#8203;arguile-](https://redirect.github.com/arguile-) for making this action more resilient. ##### 🐛 Bug fixes - Tolerate transient manifest timeouts [@&#8203;arguile-](https://redirect.github.com/arguile-) ([#&#8203;1016](https://redirect.github.com/astral-sh/setup-uv/issues/1016)) ##### 🧰 Maintenance - chore: update known checksums for 0.12.4 @&#8203;[github-actions\[bot\]](https://redirect.github.com/apps/github-actions) ([#&#8203;1017](https://redirect.github.com/astral-sh/setup-uv/issues/1017)) ##### 📚 Documentation - docs: update version references to v10.0.0 @&#8203;[github-actions\[bot\]](https://redirect.github.com/apps/github-actions) ([#&#8203;1014](https://redirect.github.com/astral-sh/setup-uv/issues/1014)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/getsentry/sentry-python). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4yNC4wIiwidXBkYXRlZEluVmVyIjoiNDQuMzkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 90ccc37 commit fe54d85

21 files changed

Lines changed: 23 additions & 23 deletions

‎.github/workflows/ci.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2626
- name: Install uv
27-
uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0
27+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
2828
with:
2929
python-version: 3.14
3030

@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5050
- name: Install uv
51-
uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0
51+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
5252
with:
5353
python-version: 3.14
5454
- name: Build Packages
@@ -73,7 +73,7 @@ jobs:
7373
steps:
7474
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7575
- name: Install uv
76-
uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0
76+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
7777
with:
7878
python-version: 3.14
7979

‎.github/workflows/flaky-test-detector.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
# and the repo, and writes the issue body to flaky-issue-body.md.
109109
- name: Analyze logs and summarize flaky tests
110110
if: steps.collect.outputs.collected != '0'
111-
uses: anthropics/claude-code-action@239e3a730883eeb5c53db12b0fc9573b3024b126 # v1.0.191
111+
uses: anthropics/claude-code-action@c81e3bc69d1b18badbb63ba39581218f02421678 # v1.0.201
112112
with:
113113
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
114114
github_token: ${{ github.token }}

‎.github/workflows/test-integrations-agents.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2828
- name: Install uv
29-
uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0
29+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
3030
with:
3131
enable-cache: false
3232
- name: Mark workspace safe for git (3.6/3.7 container)

‎.github/workflows/test-integrations-ai-workflow.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2828
- name: Install uv
29-
uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0
29+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
3030
with:
3131
enable-cache: false
3232
- name: Mark workspace safe for git (3.6/3.7 container)

‎.github/workflows/test-integrations-ai.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2828
- name: Install uv
29-
uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0
29+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
3030
with:
3131
enable-cache: false
3232
- name: Mark workspace safe for git (3.6/3.7 container)

‎.github/workflows/test-integrations-cloud.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3232
- name: Install uv
33-
uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0
33+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
3434
with:
3535
enable-cache: false
3636
- name: Mark workspace safe for git (3.6/3.7 container)

‎.github/workflows/test-integrations-common.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2828
- name: Install uv
29-
uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0
29+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
3030
with:
3131
enable-cache: false
3232
- name: Mark workspace safe for git (3.6/3.7 container)

‎.github/workflows/test-integrations-dbs.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
steps:
5757
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5858
- name: Install uv
59-
uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0
59+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
6060
with:
6161
enable-cache: false
6262
- name: "Setup ClickHouse Server"

‎.github/workflows/test-integrations-flags.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2828
- name: Install uv
29-
uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0
29+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
3030
with:
3131
enable-cache: false
3232
- name: Mark workspace safe for git (3.6/3.7 container)

‎.github/workflows/test-integrations-gevent.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2828
- name: Install uv
29-
uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0
29+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
3030
with:
3131
enable-cache: false
3232
- name: Mark workspace safe for git (3.6/3.7 container)

0 commit comments

Comments
 (0)