Skip to content

Commit bc7ce99

Browse files
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 [@&#8203;fargito](https://github.com/fargito) - Add --allow-empty run option by [@&#8203;GuillaumeLagrange](https://github.com/GuillaumeLagrange) in [#&#8203;160](https://github.com/CodSpeedHQ/runner/pull/160) ##### <!-- 1 -->🐛 Bug Fixes - Do not espace trailing newlines in logger by [@&#8203;fargito](https://github.com/fargito) - Make multiline logs appear correctly in summary by [@&#8203;fargito](https://github.com/fargito) in [#&#8203;162](https://github.com/CodSpeedHQ/runner/pull/162) - Request OIDC token just before upload by [@&#8203;fargito](https://github.com/fargito) - Update docs links to oidc by [@&#8203;fargito](https://github.com/fargito) in [#&#8203;159](https://github.com/CodSpeedHQ/runner/pull/159) ##### <!-- 7 -->⚙️ Internals - feat: make use of allow-empty in the ci of this action by [@&#8203;GuillaumeLagrange](https://github.com/GuillaumeLagrange) in [#&#8203;158](https://github.com/CodSpeedHQ/action/pull/158) - chore: bump runner version to 4.4.1 by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;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 [@&#8203;fargito](https://github.com/fargito) in [#&#8203;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 [@&#8203;GuillaumeLagrange](https://github.com/GuillaumeLagrange) in [#&#8203;152](https://github.com/CodSpeedHQ/runner/pull/152) - Add a comment explaining why we do not check for emptiness in valgrind teardown by [@&#8203;GuillaumeLagrange](https://github.com/GuillaumeLagrange) in [#&#8203;157](https://github.com/CodSpeedHQ/runner/pull/157) - Validate walltime results before uploading by [@&#8203;GuillaumeLagrange](https://github.com/GuillaumeLagrange) - Import walltime\_results from monorepo by [@&#8203;GuillaumeLagrange](https://github.com/GuillaumeLagrange) - Accept both simulation and instrumentation as a mode input by [@&#8203;GuillaumeLagrange](https://github.com/GuillaumeLagrange) in [#&#8203;155](https://github.com/CodSpeedHQ/action/pull/155) ##### <!-- 1 -->🐛 Bug Fixes - Dont start perf unless it's not already started by [@&#8203;not-matthias](https://github.com/not-matthias) in [#&#8203;158](https://github.com/CodSpeedHQ/runner/pull/158) - Use a line buffer when reading stdout/stderr streams by [@&#8203;GuillaumeLagrange](https://github.com/GuillaumeLagrange) ##### <!-- 4 --> 📚 Documentation - docs: recommend OpenID Connect instead of static token by [@&#8203;fargito](https://github.com/fargito) in [#&#8203;156](https://github.com/CodSpeedHQ/action/pull/156) ##### <!-- 7 -->⚙️ Internals - chore: bump runner version to 4.4.0 by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
3131

32-
- uses: oxc-project/setup-rust@83350c0ef69ec34f00be596f1cb9302179b9f43d # v1.0.9
32+
- uses: oxc-project/setup-rust@eb5c2bf64ce11cc9557c576d6766c164d064fdb7 # v1.0.10
3333
with:
3434
cache-key: benchmark
3535
save-cache: ${{ github.ref_name == 'main' }}
@@ -39,7 +39,7 @@ jobs:
3939
run: cargo codspeed build --features codspeed
4040

4141
- name: Run benchmark
42-
uses: CodSpeedHQ/action@6a8e2b874c338bf81cc5e8be715ada75908d3871 # v4.3.4
42+
uses: CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v4.4.1
4343
timeout-minutes: 15
4444
with:
4545
run: cargo codspeed run

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
23-
- uses: oxc-project/setup-rust@83350c0ef69ec34f00be596f1cb9302179b9f43d # v1.0.9
23+
- uses: oxc-project/setup-rust@eb5c2bf64ce11cc9557c576d6766c164d064fdb7 # v1.0.10
2424
with:
2525
save-cache: ${{ github.ref_name == 'main' }}
2626
components: clippy
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
3636

37-
- uses: oxc-project/setup-rust@83350c0ef69ec34f00be596f1cb9302179b9f43d # v1.0.9
37+
- uses: oxc-project/setup-rust@eb5c2bf64ce11cc9557c576d6766c164d064fdb7 # v1.0.10
3838
with:
3939
save-cache: ${{ github.ref_name == 'main' }}
4040
cache-key: wasm

0 commit comments

Comments
 (0)