Skip to content

chore(deps): bump CodSpeedHQ/action from 4.11.1 to 4.12.1 in the github-actions group#386

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github-actions-bf0d1a1f4e
Open

chore(deps): bump CodSpeedHQ/action from 4.11.1 to 4.12.1 in the github-actions group#386
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github-actions-bf0d1a1f4e

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps the github-actions group with 1 update: CodSpeedHQ/action.

Updates CodSpeedHQ/action from 4.11.1 to 4.12.1

Release notes

Sourced from CodSpeedHQ/action's releases.

v4.12.1

Release Notes

In this release, we've focused on improving the local user experience.
We've revamped the output of the cli to provide tailed logs while the benchmarks are being executed, and polished a bit the display of results after your run.

We also added support to run multiple modes in a single command invocation, both for local and CI runs!
For instance, that means you can now do codspeed run --mode simulation --mode memory --mode walltime -- cargo codspeed run

Last but not least, you can now define entrypoints in your project config

# codspeed.yml
# List of commands that are run when running `codspeed run` without further arguments
benchmarks:
  - name: My ls command
    # Mutually exclusive with entrypoint
    # Expects a command that will run a benchmark for an arbitrary command
    exec: ls -al /usr/bin

name: My pytest-codspeed benchmark
Mutually exclusive with exec
Expects a command that will run a benchmark program that is using a codspeed integration
entrypoint: pytest --codspeed src

Fix a bug where memory profiling with codspeed exec for binaries that use statically-linked allocators (e.g. jemalloc in Rust). Previously, we reported incorrect memory usage because it didn't attach to the statically linked allocators.

Details

🚀 Features

... (truncated)

Commits
  • 1c8ae48 Release v4.12.1 🚀
  • 2140cd8 chore: bump runner version to 4.12.1 (#196)
  • 3772632 fix: remove commas from cache key
  • 6c668ff docs: add documentation about multiple modes in a single run
  • f06cb96 chore: bump runner version to 4.12.0
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 1 update: [CodSpeedHQ/action](https://github.com/codspeedhq/action).


Updates `CodSpeedHQ/action` from 4.11.1 to 4.12.1
- [Release notes](https://github.com/codspeedhq/action/releases)
- [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md)
- [Commits](CodSpeedHQ/action@281164b...1c8ae48)

---
updated-dependencies:
- dependency-name: CodSpeedHQ/action
  dependency-version: 4.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@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 Mar 23, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 23, 2026 03:33
@dependabot dependabot bot requested review from shenxianpeng and removed request for a team March 23, 2026 03:33
@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 Mar 23, 2026
@netlify
Copy link

netlify bot commented Mar 23, 2026

Deploy Preview for commit-check ready!

Name Link
🔨 Latest commit 5b851b8
🔍 Latest deploy log https://app.netlify.com/projects/commit-check/deploys/69c0b4790750060008f656b3
😎 Deploy Preview https://deploy-preview-386--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.

@sonarqubecloud
Copy link

@codspeed-hq
Copy link

codspeed-hq bot commented Mar 23, 2026

Merging this PR will improve performance by 60.22%

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

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

Performance Changes

Benchmark BASE HEAD Efficiency
test_main_with_message_empty_string_no_stdin_with_git 8.2 ms 5.1 ms +60.22%

Comparing dependabot/github_actions/github-actions-bf0d1a1f4e (5b851b8) with main (e45d40c)

Open in CodSpeed

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.

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 minor A minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants