Skip to content

action-allowlist-review: bump benchmark-action/github-action-benchmark from 1.22.1 to 1.22.2 in /.github/actions/for-dependabot-triggered-reviews - #1283

Merged
potiuk merged 1 commit into
mainfrom
dependabot/github_actions/dot-github/actions/for-dependabot-triggered-reviews/benchmark-action/github-action-benchmark-1.22.2
Sep 16, 2026
Merged

potiuk merged 1 commit into
mainfrom
dependabot/github_actions/dot-github/actions/for-dependabot-triggered-reviews/benchmark-action/github-action-benchmark-1.22.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 16, 2026

Copy link
Copy Markdown
Contributor

Bumps benchmark-action/github-action-benchmark from 1.22.1 to 1.22.2.

Release notes

Sourced from benchmark-action/github-action-benchmark's releases.

v1.22.2

Full Changelog: benchmark-action/github-action-benchmark@v1.22.1...v1.22.2

Changelog

Sourced from benchmark-action/github-action-benchmark's changelog.

Unreleased

v1.22.2 - 15 Sep 2026

  • perf shallow-clone the target branch only (#364)

v1.22.1 - 6 May 2026

  • fix scope tsconfig.build.json to src/ for reproducibility (#352)
  • chore bump minimatch from 3.1.2 to 3.1.5 (#347)
  • chore bump uuid and @​actions/core (#350)
  • chore bump flatted from 3.2.4 to 3.4.2 (#346)
  • chore bump js-yaml (#344)
  • chore bump picomatch from 2.3.0 to 2.3.2 (#342)

v1.22.0 - 31 Mar 2026

  • chore bump node to 24 (#339)

v1.21.0 - 02 Mar 2026

  • fix include package name for duplicate bench names (#330)
  • fix avoid duplicate package suffix in Go benchmarks (#337)

v1.20.7 - 06 Sep 2025

  • fix improve parsing for custom benchmarks (#323)

v1.20.5 - 02 Sep 2025

  • feat allow to parse generic cargo bench/criterion units (#280)
  • fix add summary even when failure threshold is surpassed (#285)
  • fix time units are not normalized (#318)

v1.20.4 - 23 Oct 2024

  • feat add typings and validation workflow (#257)

v1.20.3 - 19 May 2024

  • fix Catch2 v.3.5.0 changed output format (#247)

v1.20.2 - 19 May 2024

  • fix Support sub-nanosecond precision on Cargo benchmarks (#246)

v1.20.1 - 02 Apr 2024

  • fix release script

... (truncated)

Commits

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 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 [benchmark-action/github-action-benchmark](https://github.com/benchmark-action/github-action-benchmark) from 1.22.1 to 1.22.2.
- [Release notes](https://github.com/benchmark-action/github-action-benchmark/releases)
- [Changelog](https://github.com/benchmark-action/github-action-benchmark/blob/master/CHANGELOG.md)
- [Commits](benchmark-action/github-action-benchmark@52576c9...4322e57)

---
updated-dependencies:
- dependency-name: benchmark-action/github-action-benchmark
  dependency-version: 1.22.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 labels Sep 16, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 16, 2026

@potiuk potiuk left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The red verify is a false positive in our own tooling, not a problem with this bump.

Vendored npm registry check reported 1 modified: node_modules/node-fetch/node_modules/whatwg-url/lib/url-state-machine.js. The cause is line endings. whatwg-url@5.0.0 is a 2016-era package whose published tarball ships that file with CRLF; git normalises line endings on commit, so the committed blob holds the LF form and can never byte-match the tarball:

line endings CR count bytes git blob
registry tarball CRLF 1297 33573 c25dbc2c4862...
committed in the action LF 0 32276 27d977a25f90...

33573 - 32276 = 1297, exactly the CR count, and diff --strip-trailing-cr reports the two files identical. Folding the tarball's CRLF to LF hashes to 27d977a25f9011fc31ed28c17ba11f729b85edea, which is the committed blob.

Checks made before concluding that:

  • Content inspection of the vendored file found nothing malicious - no eval, Function(), child_process, spawn/exec, net/dns, http(s) URLs, process.env access, base64 blobs or hex escapes. The one URL is a spec link in a comment. No appended payload, longest line 120 chars.
  • The file is byte-identical at the already-approved v1.22.1 (same blob, same 32276 bytes), so the bump introduces nothing.
  • The other 26 vendored packages matched their integrity-verified tarballs byte-for-byte.

Fix for the checker is in #1297, with a regression test built from this exact case and a precision guard so a real content edit still fails. Until that lands, this bump would keep failing on every future version.

LGTM.

@potiuk
potiuk merged commit 8e324c1 into main Sep 16, 2026
10 of 11 checks passed
@potiuk
potiuk deleted the dependabot/github_actions/dot-github/actions/for-dependabot-triggered-reviews/benchmark-action/github-action-benchmark-1.22.2 branch September 16, 2026 12:21
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