From 9eb817420995be5d797c98a9db06e6f2d5e51184 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 08:47:05 +0200 Subject: [PATCH] Update CodSpeedHQ/action action to v3.8.0 (#19587) 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 | minor | `v3.7.0` -> `v3.8.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
CodSpeedHQ/action (CodSpeedHQ/action) ### [`v3.8.0`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v3.8.0) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v3.7.0...v3.8.0) ##### What's Changed ##### 🐛 Bug Fixes - Adjust offset for symbols of module loaded at preferred base by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​97](https://redirect.github.com/CodSpeedHQ/runner/pull/97) - Run with --scope to allow perf to trace the benchmark process by [@​not-matthias](https://redirect.github.com/not-matthias) - Run with bash to support complex scripts by [@​not-matthias](https://redirect.github.com/not-matthias) - Execute pre- and post-bench scripts for non-perf walltime runner by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​96](https://redirect.github.com/CodSpeedHQ/runner/pull/96) ##### 🏗️ Refactor - Process memory mappings in separate function by [@​not-matthias](https://redirect.github.com/not-matthias) ##### ⚙️ Internals - Add debug logs for perf.map collection by [@​not-matthias](https://redirect.github.com/not-matthias) - Add complex cmd and env tests by [@​not-matthias](https://redirect.github.com/not-matthias) **Full Changelog**: https://github.com/CodSpeedHQ/action/compare/v3.7.0...v3.8.0 **Full Runner Changelog**: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md
--- ### 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 df0f56c8d6..ed131d89b6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -911,7 +911,7 @@ jobs: run: cargo codspeed build --features "codspeed,instrumented" --no-default-features -p ruff_benchmark - name: "Run benchmarks" - uses: CodSpeedHQ/action@c28fe9fbe7d57a3da1b7834ae3761c1d8217612d # v3.7.0 + uses: CodSpeedHQ/action@0b6e7a3d96c9d2a6057e7bcea6b45aaf2f7ce60b # v3.8.0 with: run: cargo codspeed run token: ${{ secrets.CODSPEED_TOKEN }} @@ -944,7 +944,7 @@ jobs: run: cargo codspeed build --features "codspeed,walltime" --no-default-features -p ruff_benchmark - name: "Run benchmarks" - uses: CodSpeedHQ/action@c28fe9fbe7d57a3da1b7834ae3761c1d8217612d # v3.7.0 + uses: CodSpeedHQ/action@0b6e7a3d96c9d2a6057e7bcea6b45aaf2f7ce60b # v3.8.0 with: run: cargo codspeed run token: ${{ secrets.CODSPEED_TOKEN }}