From 24a6d247f19e3426c3975e6c8181bca9368872fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 08:50:02 +0200 Subject: [PATCH] Update CodSpeedHQ/action action to v3.8.1 (#20183) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [CodSpeedHQ/action](https://redirect.github.com/CodSpeedHQ/action) | action | patch | `v3.8.0` -> `v3.8.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
CodSpeedHQ/action (CodSpeedHQ/action) ### [`v3.8.1`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v3.8.1) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v3.8.0...v3.8.1) ##### What's Changed ##### 🐛 Bug Fixes - Don't show error when libpython is not found by [@​not-matthias](https://redirect.github.com/not-matthias) ##### 🏗️ Refactor - Improve conditional compilation in `get_pipe_open_options` by [@​art049](https://redirect.github.com/art049) in [#​100](https://redirect.github.com/CodSpeedHQ/runner/pull/100) ##### ⚙️ Internals - Change log level to warn for venv\_compat error by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​104](https://redirect.github.com/CodSpeedHQ/runner/pull/104) **Full Changelog**: **Full Runner Changelog**:
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), 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. --- - [ ] 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/astral-sh/ruff). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1f23134c1b..8c078285aa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -923,7 +923,7 @@ jobs: run: cargo codspeed build --features "codspeed,instrumented" --no-default-features -p ruff_benchmark - name: "Run benchmarks" - uses: CodSpeedHQ/action@0b6e7a3d96c9d2a6057e7bcea6b45aaf2f7ce60b # v3.8.0 + uses: CodSpeedHQ/action@76578c2a7ddd928664caa737f0e962e3085d4e7c # v3.8.1 with: run: cargo codspeed run token: ${{ secrets.CODSPEED_TOKEN }} @@ -956,7 +956,7 @@ jobs: run: cargo codspeed build --features "codspeed,walltime" --no-default-features -p ruff_benchmark - name: "Run benchmarks" - uses: CodSpeedHQ/action@0b6e7a3d96c9d2a6057e7bcea6b45aaf2f7ce60b # v3.8.0 + uses: CodSpeedHQ/action@76578c2a7ddd928664caa737f0e962e3085d4e7c # v3.8.1 with: run: cargo codspeed run token: ${{ secrets.CODSPEED_TOKEN }}