From e070270d36a5060cff87fc09dc011e19f712a991 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 09:20:12 -0600 Subject: [PATCH] Update CodSpeedHQ/action action to v4.5.2 (#17580) 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 | Pending | |---|---|---|---|---| | [CodSpeedHQ/action](https://redirect.github.com/CodSpeedHQ/action) | action | minor | `v4.4.1` → `v4.5.2` | `v4.7.0` | --- ### Release Notes
CodSpeedHQ/action (CodSpeedHQ/action) ### [`v4.5.2`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.5.2) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.5.1...v4.5.2) #### Release Notes ##### 🚀 Features - Update release flow to make sure only runner releases are marked as latest ([#​180](https://redirect.github.com/CodSpeedHQ/action/issues/180)) by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#​180](https://redirect.github.com/CodSpeedHQ/runner/pull/180) - Improve `UNAUTHENTICATED` error message by [@​fargito](https://redirect.github.com/fargito) in [#​181](https://redirect.github.com/CodSpeedHQ/runner/pull/181) ##### ⚙️ Internals - Bump cargo dist to 0.30.3 by [@​art049](https://redirect.github.com/art049) - chore: bump runner version to 4.5.2 by [@​github-actions](https://redirect.github.com/github-actions)\[bot] in [#​167](https://redirect.github.com/CodSpeedHQ/action/pull/167) #### Install codspeed-runner 4.5.2 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.5.2/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.5.2 | File | Platform | Checksum | | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- | ---------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.5.2/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.5.2/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.5.2/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.5.2/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: **Full Changelog**: ### [`v4.5.1`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.5.1) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.4.1...v4.5.1) #### Release Notes ##### 🚀 Features - Remove projects query from the exec polling by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#​173](https://redirect.github.com/CodSpeedHQ/runner/pull/173) - Fetch project from API when running outside of git repo by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Add get or create project repository query by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Automatically install exec-harness for exec subcommand by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Auto install codspeed-memtrack during executor setup by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Serialize events serially to allow streamed decoding by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​172](https://redirect.github.com/CodSpeedHQ/runner/pull/172) - Parse perf file for memmap events instead of relying on /proc/pid/maps by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Use the projects upload enpdoint in exec command by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Add exec subcommand and refactor run subcommand by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Add exec-harness binary by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Add memory executor by [@​not-matthias](https://redirect.github.com/not-matthias) - Add memtrack crate by [@​not-matthias](https://redirect.github.com/not-matthias) - Add artifact types by [@​not-matthias](https://redirect.github.com/not-matthias) - Add shared fifo by [@​not-matthias](https://redirect.github.com/not-matthias) - Add new fifo commands by [@​not-matthias](https://redirect.github.com/not-matthias) - Support simulation for free-threaded python by [@​adriencaccia](https://redirect.github.com/adriencaccia) in [#​167](https://redirect.github.com/CodSpeedHQ/runner/pull/167) ##### 🐛 Bug Fixes - fix: specify package when using branch/ref by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​162](https://redirect.github.com/CodSpeedHQ/action/pull/162) - fix: properly check for allow\_empty input by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#​164](https://redirect.github.com/CodSpeedHQ/action/pull/164) - Filter out arm debugging symbols by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#​179](https://redirect.github.com/CodSpeedHQ/runner/pull/179) - Filter out empty named symbols when building perf-map by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#​176](https://redirect.github.com/CodSpeedHQ/runner/pull/176) - Do not break support for no reason when changing integration hooks protocol version by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#​175](https://redirect.github.com/CodSpeedHQ/runner/pull/175) - Remove dirty retry on timeout and simply increase timeout for GQL client by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Stop hanging indefinitely if process fails to start in memory executor by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#​171](https://redirect.github.com/CodSpeedHQ/runner/pull/171) - Remove the password prompt from the run\_with\_sudo dialog by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Collect events in thread to avoid mutex overhead by [@​not-matthias](https://redirect.github.com/not-matthias) - Convert events in thread to avoid blocking at the end by [@​not-matthias](https://redirect.github.com/not-matthias) - Compress only when size exceeds threshold by [@​not-matthias](https://redirect.github.com/not-matthias) - Forward environment in memory executor by [@​not-matthias](https://redirect.github.com/not-matthias) - Fix plan test in CI by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#​165](https://redirect.github.com/CodSpeedHQ/runner/pull/165) - Prevent nextest from running valgrind and memcheck concurrently by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Stop ignoring samples by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Use correct name for unwind\_data trait declaration by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Stop filtering out zero sized symbol by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Request OIDC token after creating profile archive by [@​fargito](https://redirect.github.com/fargito) in [#​170](https://redirect.github.com/CodSpeedHQ/runner/pull/170) - Remove snapshots that were not part of lfs by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​166](https://redirect.github.com/CodSpeedHQ/runner/pull/166) - Always print memory mapping logs by [@​not-matthias](https://redirect.github.com/not-matthias) ##### 🏗️ Refactor - Create a dedicated execution\_context that holds runtime information by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Move executor and instruments modules out of `run` module by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) ##### ⚙️ Internals - docs(examples): add go and cpp examples by [@​fargito](https://redirect.github.com/fargito) in [#​161](https://redirect.github.com/CodSpeedHQ/action/pull/161) - Ignore some tags in the changelog - Bump protocol version by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​174](https://redirect.github.com/CodSpeedHQ/runner/pull/174) - Add CONTRIBUTING.md by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Add cargo-dist arguments for release by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Reset exec-harness and memtrack crate versions to 1.0.0 ahead of first release by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Switch to pr run mode plan only for pr by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Add test to ensure path is properly forwarded by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​169](https://redirect.github.com/CodSpeedHQ/runner/pull/169) - Make the exec command work outside of git repos by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Do not publish memtrack to crates.io by [@​adriencaccia](https://redirect.github.com/adriencaccia) - Dont run valgrind and memory tests at the same time by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​164](https://redirect.github.com/CodSpeedHQ/runner/pull/164) - Add test-log to see output on failures by [@​not-matthias](https://redirect.github.com/not-matthias) - Add workspace dependencies by [@​not-matthias](https://redirect.github.com/not-matthias) #### Install codspeed-runner 4.5.1 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.5.1/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.5.1 | File | Platform | Checksum | | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- | ---------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.5.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.5.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.5.1/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.5.1/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: **Full Changelog**:
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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/uv). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/bench.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index bdbcb4c34..9a8f3aa45 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -87,7 +87,7 @@ jobs: run: ./target/debug/uv venv --cache-dir .cache - name: "Run benchmarks" - uses: CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v4.4.1 + uses: CodSpeedHQ/action@dbda7111f8ac363564b0c51b992d4ce76bb89f2f # v4.5.2 with: run: cargo codspeed run mode: walltime @@ -128,7 +128,7 @@ jobs: run: cargo codspeed build --profile profiling -p uv-bench - name: "Run benchmarks" - uses: CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v4.4.1 + uses: CodSpeedHQ/action@dbda7111f8ac363564b0c51b992d4ce76bb89f2f # v4.5.2 with: run: cargo codspeed run mode: simulation