ci: use codspeed mode input - #191
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b078cbe95f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| timeout-minutes: 15 | ||
| with: | ||
| simulation: true | ||
| mode: simulation |
There was a problem hiding this comment.
Remove duplicate mode input that overrides simulation
When this workflow runs, the with map now contains two mode keys; common YAML parsing keeps the later value, so the pinned CodSpeed action receives mode: instrumentation instead of the new mode: simulation. That leaves this migration ineffective and keeps using the deprecated legacy name despite the commit’s intent; remove the later mode: instrumentation entry.
Useful? React with 👍 / 👎.
## 🤖 New release * `json-strip-comments`: 3.1.1 -> 3.1.2 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [3.1.2](json-strip-comments-v3.1.1...json-strip-comments-v3.1.2) - 2026-07-27 ### Other - *(json-strip-comments)* exclude extraneous files from published package ([#209](#209)) - *(deps)* update rust crates ([#210](#210)) - *(deps)* update semgrep/semgrep docker tag to v1.171.0 ([#211](#211)) - *(semgrep)* add scan workflow ([#208](#208)) - *(deps)* update actions/setup-node action to v7 ([#207](#207)) - *(deps)* update actions/setup-node action to v6.5.0 ([#206](#206)) - *(deps)* update dependency rust to v1.97.1 ([#205](#205)) - update sponsor section - *(deps)* update rust crates ([#203](#203)) - *(deps)* update codspeedhq/action action to v4.18.5 ([#202](#202)) - *(deps)* update dependency rust to v1.97.0 ([#201](#201)) - restore original Apache-2.0 license ([#200](#200)) - *(deps)* update rust to v1.96.1 ([#199](#199)) - standardize rustfmt config - normalize README sponsor section - configure clippy exported api lint ([#196](#196)) - add crates environment to release workflow - *(deps)* update github actions ([#193](#193)) - use codspeed simulation mode ([#192](#192)) - use codspeed mode input ([#191](#191)) - enable codspeed simulation ([#190](#190)) - *(deps)* update rust crates ([#189](#189)) - *(deps)* update github actions ([#188](#188)) - *(deps)* update rust crates ([#187](#187)) - *(deps)* update github actions to v4.17.5 ([#186](#186)) - *(deps)* update github actions to v4.17.0 ([#185](#185)) - *(deps)* update rust crates ([#183](#183)) - *(deps)* update github actions ([#182](#182)) - *(deps)* update dependency rust to v1.96.0 ([#181](#181)) - *(deps)* update rust crates ([#180](#180)) - *(deps)* update github actions ([#179](#179)) - switch security workflow to ubuntu-latest ([#178](#178)) - update packageManager to pnpm 11.0.4 ([#177](#177)) - *(deps)* update github actions ([#176](#176)) - *(deps)* update pnpm/action-setup action to v6.0.4 ([#175](#175)) - *(deps)* update github actions ([#174](#174)) - *(deps)* update github-actions ([#172](#172)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: oxc-guard[bot] <276638029+oxc-guard[bot]@users.noreply.github.com>
Replaces the CodSpeed
simulationinput withmode: simulation.