From a5f4522078c5966429499441c64d8a273f63e46b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 09:19:16 +0200 Subject: [PATCH] Update CodSpeedHQ/action action to v3.5.0 (#17075) 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` -> `v3.5.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
CodSpeedHQ/action (CodSpeedHQ/action) ### [`v3.5.0`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v3.5.0) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v3.4.0...v3.5.0) #### What's Changed ##### 🚀 Features - Add mode command arg by [@​adriencaccia](https://redirect.github.com/adriencaccia) in [#​69](https://redirect.github.com/CodSpeedHQ/runner/pull/69) - Add a setup command by [@​art049](https://redirect.github.com/art049) in [#​61](https://redirect.github.com/CodSpeedHQ/runner/pull/61) - Allow usage on any x86 or arm os with a warning by [@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#​66](https://redirect.github.com/CodSpeedHQ/runner/pull/66) ##### 🐛 Bug Fixes - Fix valgrind version checks by [@​art049](https://redirect.github.com/art049) in [#​65](https://redirect.github.com/CodSpeedHQ/runner/pull/65) **Full Changelog**: https://github.com/CodSpeedHQ/action/compare/v3.4.0...v3.5.0 **Full Runner Changelog**: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md ### [`v3.4.0`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v3.4.0) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v3.3.1...v3.4.0) #### What's Changed ##### 🚀 Features - feat: add `GH_MATRIX` and `GH_STRATEGY` env variables by [@​fargito](https://redirect.github.com/fargito) in [https://github.com/CodSpeedHQ/action/pull/123](https://redirect.github.com/CodSpeedHQ/action/pull/123) - Add run_part to upload metadata by [@​fargito](https://redirect.github.com/fargito) in [#​57](https://redirect.github.com/CodSpeedHQ/runner/pull/57) ##### 🐛 Bug Fixes - Fix stderr error display by [@​art049](https://redirect.github.com/art049) in [#​63](https://redirect.github.com/CodSpeedHQ/runner/pull/63) **Full Changelog**: https://github.com/CodSpeedHQ/action/compare/v3.3.1...v3.4.0 **Full Runner Changelog**: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md ### [`v3.3.1`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v3.3.1) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v3.3.0...v3.3.1) #### What's Changed ##### 🚀 Features - Bail when performance report s3 upload does not work by [@​adriencaccia](https://redirect.github.com/adriencaccia) ##### 🐛 Bug Fixes - Catch server error as well as client in upload error handling by [@​adriencaccia](https://redirect.github.com/adriencaccia) in [#​64](https://redirect.github.com/CodSpeedHQ/runner/pull/64) **Full Runner Changelog**: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md ### [`v3.3.0`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v3.3.0) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v3.2.0...v3.3.0) #### What's Changed ##### 🚀 Features - Allow downgrades while installing valgrind-codspeed by [@​art049](https://redirect.github.com/art049) - Update sysinfo crate by [@​adriencaccia](https://redirect.github.com/adriencaccia) in [#​62](https://redirect.github.com/CodSpeedHQ/runner/pull/62) ##### 🐛 Bug Fixes - Unify environments between the two modes by [@​art049](https://redirect.github.com/art049) in [#​59](https://redirect.github.com/CodSpeedHQ/runner/pull/59) ##### ⚙️ Internals - Bump valgrind-codspeed version to 3.24.0-0codspeed1 and change supported systems by [@​art049](https://redirect.github.com/art049) **Full Runner Changelog**: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md ### [`v3.2.0`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v3.2.0) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v3.1.0...v3.2.0) #### Release Notes ##### 🚀 Features - Implement gitlab ci provider by [@​fargito](https://redirect.github.com/fargito) in [#​47](https://redirect.github.com/CodSpeedHQ/runner/pull/47) - Add repository provider to upload metadata by [@​fargito](https://redirect.github.com/fargito) - Use system distribution id instead of name by [@​fargito](https://redirect.github.com/fargito) ##### 🏗️ Refactor - Move sender out of ghdata by [@​fargito](https://redirect.github.com/fargito) - Rename provider to ci provider by [@​fargito](https://redirect.github.com/fargito) - Use string for runId by [@​fargito](https://redirect.github.com/fargito) - Improve string interpolation by [@​fargito](https://redirect.github.com/fargito) ##### ⚙️ Internals - Configure git-cliff for changelog generation by [@​art049](https://redirect.github.com/art049) - Add rust settings by [@​fargito](https://redirect.github.com/fargito) **Associated runner release**: https://github.com/CodSpeedHQ/runner/releases/tag/v3.2.0 **Full Changelog**: https://github.com/CodSpeedHQ/action/compare/v3.1.0...v3.2.0 ### [`v3.1.0`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v3.1.0) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v3.0.1...v3.1.0) #### What's Changed This new release includes compatibility with our new `wall time` instruments, which allow measurement of real execution timings. This will be very useful for macro benchmarks running on properly isolated machines. You can now use our **CodSpeed Macro** runners without changing anything in your existing CI workflows. Find more info on our Walltime instrument [here](https://docs.codspeed.io/instruments/walltime/). ![image](https://redirect.github.com/user-attachments/assets/650d1123-5cd6-4309-84e0-d5dd6ced64f3) **Full Changelog**: https://github.com/CodSpeedHQ/action/compare/v3.0.1...v3.1.0 ### [`v3.0.1`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v3.0.1) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v3...v3.0.1) #### What's Changed - chore: bump runner version to 3.0.1 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/CodSpeedHQ/action/pull/115](https://redirect.github.com/CodSpeedHQ/action/pull/115) - chore: support ubuntu 24.04 **Full Changelog**: https://github.com/CodSpeedHQ/action/compare/v3.0.0...v3.0.1
--- ### 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1a896c815e..add3dc428a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -832,7 +832,7 @@ jobs: run: cargo codspeed build --features codspeed -p ruff_benchmark - name: "Run benchmarks" - uses: CodSpeedHQ/action@0010eb0ca6e89b80c88e8edaaa07cfe5f3e6664d # v3 + uses: CodSpeedHQ/action@0010eb0ca6e89b80c88e8edaaa07cfe5f3e6664d # v3.5.0 with: run: cargo codspeed run token: ${{ secrets.CODSPEED_TOKEN }}