Skip to content

chore(deps): bump CodSpeedHQ/action from 4.8.2 to 4.10.2#360

Merged
shenxianpeng merged 1 commit intomainfrom
dependabot/github_actions/CodSpeedHQ/action-4.10.2
Feb 2, 2026
Merged

chore(deps): bump CodSpeedHQ/action from 4.8.2 to 4.10.2#360
shenxianpeng merged 1 commit intomainfrom
dependabot/github_actions/CodSpeedHQ/action-4.10.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps CodSpeedHQ/action from 4.8.2 to 4.10.2.

Release notes

Sourced from CodSpeedHQ/action's releases.

v4.10.2

Release Notes

🚀 Features

🐛 Bug Fixes

⚙️ Internals

Install codspeed-runner 4.10.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.10.2/codspeed-runner-installer.sh | sh

Download codspeed-runner 4.10.2

File Platform Checksum
codspeed-runner-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
codspeed-runner-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Full Runner Changelog: https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md

Full Changelog: CodSpeedHQ/action@v4.10.1...v4.10.2

v4.10.1

Release Notes

🚀 Features

🐛 Bug Fixes

🏗️ Refactor

... (truncated)

Commits
  • 2084259 Release v4.10.2 🚀
  • 6bc053f chore: bump runner version to 4.10.2
  • df47568 Release v4.10.1 🚀
  • 84198c8 chore: bump runner version to 4.10.1
  • ac0b020 Release v4.10.0 🚀
  • 404d356 chore: make RUNNER_ARGS an array
  • 1d55394 ci: add config file test
  • 5c37e9c ci: print output in env var test success
  • 6d07233 feat: add config input
  • 57f0f17 feat: make run optional to use codspeed.yml
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 4.8.2 to 4.10.2.
- [Release notes](https://github.com/codspeedhq/action/releases)
- [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md)
- [Commits](CodSpeedHQ/action@e736f0d...2084259)

---
updated-dependencies:
- dependency-name: CodSpeedHQ/action
  dependency-version: 4.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code minor A minor version bump labels Feb 2, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 2, 2026 03:32
@dependabot dependabot bot requested review from shenxianpeng and removed request for a team February 2, 2026 03:32
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code minor A minor version bump labels Feb 2, 2026
@netlify
Copy link

netlify bot commented Feb 2, 2026

Deploy Preview for commit-check ready!

Name Link
🔨 Latest commit 731d558
🔍 Latest deploy log https://app.netlify.com/projects/commit-check/deploys/69801ac5c9cd7c0008590a01
😎 Deploy Preview https://deploy-preview-360--commit-check.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 2, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 2, 2026

@codspeed-hq
Copy link

codspeed-hq bot commented Feb 2, 2026

CodSpeed Performance Report

Merging this PR will improve performance by 54.69%

Comparing dependabot/github_actions/CodSpeedHQ/action-4.10.2 (731d558) with main (65e3fba)

Summary

⚡ 1 improved benchmark
✅ 164 untouched benchmarks
⏩ 108 skipped benchmarks1

Performance Changes

Benchmark BASE HEAD Efficiency
test_main_with_message_empty_string_no_stdin_with_git 8.8 ms 5.7 ms +54.69%

Footnotes

  1. 108 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@shenxianpeng shenxianpeng removed the minor A minor version bump label Feb 2, 2026
@shenxianpeng shenxianpeng merged commit 450e718 into main Feb 2, 2026
12 checks passed
@shenxianpeng shenxianpeng deleted the dependabot/github_actions/CodSpeedHQ/action-4.10.2 branch February 2, 2026 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant