Commit bc7ce99
authored
chore(deps): update github-actions (#121)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [CodSpeedHQ/action](https://github.com/CodSpeedHQ/action) |
action | minor | `v4.3.4` -> `v4.4.1` |
|
[oxc-project/setup-rust](https://github.com/oxc-project/setup-rust)
| action | patch | `v1.0.9` -> `v1.0.10` |
---
### Release Notes
<details>
<summary>CodSpeedHQ/action (CodSpeedHQ/action)</summary>
###
[`v4.4.1`](https://github.com/CodSpeedHQ/action/releases/tag/v4.4.1)
[Compare
Source](https://github.com/CodSpeedHQ/action/compare/v4.4.0...v4.4.1)
#### Release Notes
##### <!-- 0 -->🚀 Features
- Display oidc as announcement by
[@​fargito](https://github.com/fargito)
- Add --allow-empty run option by
[@​GuillaumeLagrange](https://github.com/GuillaumeLagrange)
in [#​160](https://github.com/CodSpeedHQ/runner/pull/160)
##### <!-- 1 -->🐛 Bug Fixes
- Do not espace trailing newlines in logger by
[@​fargito](https://github.com/fargito)
- Make multiline logs appear correctly in summary by
[@​fargito](https://github.com/fargito) in
[#​162](https://github.com/CodSpeedHQ/runner/pull/162)
- Request OIDC token just before upload by
[@​fargito](https://github.com/fargito)
- Update docs links to oidc by
[@​fargito](https://github.com/fargito) in
[#​159](https://github.com/CodSpeedHQ/runner/pull/159)
##### <!-- 7 -->⚙️ Internals
- feat: make use of allow-empty in the ci of this action by
[@​GuillaumeLagrange](https://github.com/GuillaumeLagrange)
in [#​158](https://github.com/CodSpeedHQ/action/pull/158)
- chore: bump runner version to 4.4.1 by
[@​github-actions](https://github.com/github-actions)\[bot]
in [#​159](https://github.com/CodSpeedHQ/action/pull/159)
#### Install codspeed-runner 4.4.1
##### Install prebuilt binaries via shell script
```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.4.1/codspeed-runner-installer.sh | sh
```
#### Download codspeed-runner 4.4.1
| File | Platform | Checksum |
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
| ---------------- |
----------------------------------------------------------------------------------------------------------------------------------
|
|
[codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://github.com/CodSpeedHQ/runner/releases/download/v4.4.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz)
| ARM64 MUSL Linux |
[checksum](https://github.com/CodSpeedHQ/runner/releases/download/v4.4.1/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.4.1/codspeed-runner-x86_64-unknown-linux-musl.tar.gz)
| x64 MUSL Linux |
[checksum](https://github.com/CodSpeedHQ/runner/releases/download/v4.4.1/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.4.0...v4.4.1>
###
[`v4.4.0`](https://github.com/CodSpeedHQ/action/releases/tag/v4.4.0)
[Compare
Source](https://github.com/CodSpeedHQ/action/compare/v4.3.4...v4.4.0)
#### Release Notes
##### <!-- 0 -->🚀 Features
- Add support for oidc token authentication by
[@​fargito](https://github.com/fargito) in
[#​156](https://github.com/CodSpeedHQ/runner/pull/156)
- You can now use OIDC to authenticate your CodSpeed workflow and remove
`CODSPEED_TOKEN` from your repositories secret! Learn more in the
dedicated [changelog
entry](https://codspeed.io/changelog/2025-11-19-simpler-authentication-with-oidc)
- Accept simulation as runner mode by
[@​GuillaumeLagrange](https://github.com/GuillaumeLagrange)
in [#​152](https://github.com/CodSpeedHQ/runner/pull/152)
- Add a comment explaining why we do not check for emptiness in valgrind
teardown by
[@​GuillaumeLagrange](https://github.com/GuillaumeLagrange)
in [#​157](https://github.com/CodSpeedHQ/runner/pull/157)
- Validate walltime results before uploading by
[@​GuillaumeLagrange](https://github.com/GuillaumeLagrange)
- Import walltime\_results from monorepo by
[@​GuillaumeLagrange](https://github.com/GuillaumeLagrange)
- Accept both simulation and instrumentation as a mode input by
[@​GuillaumeLagrange](https://github.com/GuillaumeLagrange)
in [#​155](https://github.com/CodSpeedHQ/action/pull/155)
##### <!-- 1 -->🐛 Bug Fixes
- Dont start perf unless it's not already started by
[@​not-matthias](https://github.com/not-matthias) in
[#​158](https://github.com/CodSpeedHQ/runner/pull/158)
- Use a line buffer when reading stdout/stderr streams by
[@​GuillaumeLagrange](https://github.com/GuillaumeLagrange)
##### <!-- 4 --> 📚 Documentation
- docs: recommend OpenID Connect instead of static token by
[@​fargito](https://github.com/fargito) in
[#​156](https://github.com/CodSpeedHQ/action/pull/156)
##### <!-- 7 -->⚙️ Internals
- chore: bump runner version to 4.4.0 by
[@​github-actions](https://github.com/github-actions)\[bot]
in [#​157](https://github.com/CodSpeedHQ/action/pull/157)
#### Install codspeed-runner 4.4.0
##### Install prebuilt binaries via shell script
```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.4.0/codspeed-runner-installer.sh | sh
```
#### Download codspeed-runner 4.4.0
| File | Platform | Checksum |
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
| ---------------- |
----------------------------------------------------------------------------------------------------------------------------------
|
|
[codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://github.com/CodSpeedHQ/runner/releases/download/v4.4.0/codspeed-runner-aarch64-unknown-linux-musl.tar.gz)
| ARM64 MUSL Linux |
[checksum](https://github.com/CodSpeedHQ/runner/releases/download/v4.4.0/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.4.0/codspeed-runner-x86_64-unknown-linux-musl.tar.gz)
| x64 MUSL Linux |
[checksum](https://github.com/CodSpeedHQ/runner/releases/download/v4.4.0/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.4...v4.4.0>
</details>
<details>
<summary>oxc-project/setup-rust (oxc-project/setup-rust)</summary>
###
[`v1.0.10`](https://github.com/oxc-project/setup-rust/compare/v1.0.9...v1.0.10)
[Compare
Source](https://github.com/oxc-project/setup-rust/compare/v1.0.9...v1.0.10)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10am 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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent eab81e0 commit bc7ce99
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments