An open index of dependabot pull requests across open source projects.

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

Open
Number: #386
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 3
Created: March 23, 2026 at 03:33 AM UTC
(3 months ago)
Updated: March 23, 2026 at 03:38 AM UTC
(3 months ago)
Labels:
dependencies github_actions minor
Description:

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
Package Dependencies
Ecosystem:
actions
Version Change:
4.11.1 → 4.12.1
Update Type:
Minor
Path:
the github-actions group
Technical Details
ID: 14773055
UUID: 4117962258
Node ID: PR_kwDOHO5tnc7MjyGp
Host: GitHub
Repository: commit-check/commit-check