Skip to content

Commit b65e75f

Browse files
Bump CodSpeedHQ/action from 5.0.1 to 5.0.2 (aio-libs#13325)
Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 5.0.1 to 5.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/codspeedhq/action/releases">CodSpeedHQ/action's releases</a>.</em></p> <blockquote> <h2>v5.0.2</h2> <h2>What's Changed</h2> <ul> <li>feat: add cycle-estimation and exclude-allocations inputs by <a href="https://github.com/not-matthias"><code>@​not-matthias</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/action/pull/229">CodSpeedHQ/action#229</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/CodSpeedHQ/action/compare/v5.0.1...v5.0.2">https://github.com/CodSpeedHQ/action/compare/v5.0.1...v5.0.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/CodSpeedHQ/action/commit/0ca9cbbf4623b599a6c3ed4fc8a922942705d9f1"><code>0ca9cbb</code></a> Release v5.0.2 🚀</li> <li><a href="https://github.com/CodSpeedHQ/action/commit/551137a90ed15b86fd959940ef7f195859e4f2a3"><code>551137a</code></a> ci: restrict GITHUB_TOKEN to contents: read</li> <li><a href="https://github.com/CodSpeedHQ/action/commit/fc6326417e24ad420663371d3395c17c282acb8b"><code>fc63264</code></a> feat: add cycle-estimation and exclude-allocations inputs</li> <li>See full diff in <a href="https://github.com/codspeedhq/action/compare/v5.0.1...v5.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=CodSpeedHQ/action&package-manager=github_actions&previous-version=5.0.1&new-version=5.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0ef574 commit b65e75f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ jobs:
493493
uname -r
494494
openssl version -a
495495
- name: Run benchmarks
496-
uses: CodSpeedHQ/action@v5.0.1
496+
uses: CodSpeedHQ/action@v5.0.2
497497
with:
498498
mode: instrumentation
499499
run: python -Im pytest --no-cov -vvvvv --codspeed --durations=30 --timeout=0

0 commit comments

Comments
 (0)