Skip to content

Commit e61d26a

Browse files
chore(deps): update codspeedhq/action action to v4.3.3 (#110)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [CodSpeedHQ/action](https://github.com/CodSpeedHQ/action) | action | patch | `v4.3.1` -> `v4.3.3` | --- ### Release Notes <details> <summary>CodSpeedHQ/action (CodSpeedHQ/action)</summary> ### [`v4.3.3`](https://github.com/CodSpeedHQ/action/releases/tag/v4.3.3) [Compare Source](https://github.com/CodSpeedHQ/action/compare/v4.3.1...v4.3.3) #### Release Notes ##### <!-- 0 -->🚀 Features - Update valgrind codspeed to 3.26.0-0codspeed0 - Add --config-name argument to allow multiple configs by [@&#8203;GuillaumeLagrange](https://github.com/GuillaumeLagrange) in [#&#8203;145](https://github.com/CodSpeedHQ/runner/pull/145) - Output perf data directly to profile folder by [@&#8203;GuillaumeLagrange](https://github.com/GuillaumeLagrange) in [#&#8203;138](https://github.com/CodSpeedHQ/runner/pull/138) - Emit perf data in pipe mode by [@&#8203;art049](https://github.com/art049) - Properly handle sudo with a command builder ([#&#8203;143](https://github.com/CodSpeedHQ/action/issues/143)) by [@&#8203;art049](https://github.com/art049) in [#&#8203;143](https://github.com/CodSpeedHQ/runner/pull/143) ##### <!-- 1 -->🐛 Bug Fixes - Run cp with bash to expand glob patterns by [@&#8203;not-matthias](https://github.com/not-matthias) in [#&#8203;148](https://github.com/CodSpeedHQ/runner/pull/148) ##### <!-- 7 -->⚙️ Internals - Use info instead of warn for some cache and valgrind setup logs by [@&#8203;adriencaccia](https://github.com/adriencaccia) in [#&#8203;142](https://github.com/CodSpeedHQ/runner/pull/142) * chore: bump runner version to 4.3.3 by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;152](https://github.com/CodSpeedHQ/action/pull/152) #### Install codspeed-runner 4.3.3 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.3.3/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.3.3 | File | Platform | Checksum | | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- | ---------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://github.com/CodSpeedHQ/runner/releases/download/v4.3.3/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://github.com/CodSpeedHQ/runner/releases/download/v4.3.3/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\_64-unknown-linux-musl.tar.gz](https://github.com/CodSpeedHQ/runner/releases/download/v4.3.3/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://github.com/CodSpeedHQ/runner/releases/download/v4.3.3/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md> **Full Changelog**: <CodSpeedHQ/action@v4.3.1...v4.3.3> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 9am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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/oxc-project/json-strip-comments). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e58259 commit e61d26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: cargo codspeed build --features codspeed
4040

4141
- name: Run benchmark
42-
uses: CodSpeedHQ/action@4348f634fa7309fe23aac9502e88b999ec90a164 # v4.3.1
42+
uses: CodSpeedHQ/action@bb005fe1c1eea036d3894f02c049cb6b154a1c27 # v4.3.3
4343
timeout-minutes: 15
4444
with:
4545
run: cargo codspeed run

0 commit comments

Comments
 (0)