Skip to content

ci: bump the github-actions group with 15 updates - #6187

Merged
bobbai00 merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-2526e5bf93
Jul 5, 2026
Merged

ci: bump the github-actions group with 15 updates#6187
bobbai00 merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-2526e5bf93

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 15 updates:

Package From To
actions/checkout 5 7
actions/github-script 8 9
sbt/setup-sbt 1.1.22 1.5.0
coursier/cache-action 8.1.0 8.1.1
actions/upload-artifact 4 7
actions/download-artifact 6 8
docker/setup-buildx-action 4.0.0 4.2.0
docker/login-action 4.1.0 4.4.0
docker/build-push-action 7.1.0 7.3.0
docker/setup-qemu-action 4.0.0 4.2.0
actions/setup-node 5 6
actions/cache 5 6
codecov/codecov-action 5.5.4 7.0.0
apache/skywalking-eyes 0.7.0 0.8.0
actions/stale 9 10

Updates actions/checkout from 5 to 7

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

v6.0.0

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Updates actions/github-script from 8 to 9

Release notes

Sourced from actions/github-script's releases.

v9.0.0

New features:

  • getOctokit factory function — Available directly in the script context. Create additional authenticated Octokit clients with different tokens for multi-token workflows, GitHub App tokens, and cross-org access. See Creating additional clients with getOctokit for details and examples.
  • Orchestration ID in user-agent — The ACTIONS_ORCHESTRATION_ID environment variable is automatically appended to the user-agent string for request tracing.

Breaking changes:

  • require('@actions/github') no longer works in scripts. The upgrade to @actions/github v9 (ESM-only) means require('@actions/github') will fail at runtime. If you previously used patterns like const { getOctokit } = require('@actions/github') to create secondary clients, use the new injected getOctokit function instead — it's available directly in the script context with no imports needed.
  • getOctokit is now an injected function parameter. Scripts that declare const getOctokit = ... or let getOctokit = ... will get a SyntaxError because JavaScript does not allow const/let redeclaration of function parameters. Use the injected getOctokit directly, or use var getOctokit = ... if you need to redeclare it.
  • If your script accesses other @actions/github internals beyond the standard github/octokit client, you may need to update those references for v9 compatibility.

What's Changed

New Contributors

Full Changelog: actions/github-script@v8.0.0...v9.0.0

Commits
  • 3a2844b Merge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare re...
  • ca10bbd fix: use @​octokit/core/types import for v7 compatibility
  • 86e48e2 merge: incorporate main branch changes
  • c108472 chore: rebuild dist for v9 upgrade and getOctokit factory
  • afff112 Merge pull request #712 from actions/salmanmkc/deployment-false + fix user-ag...
  • ff8117e ci: fix user-agent test to handle orchestration ID
  • 81c6b78 ci: use deployment: false to suppress deployment noise from integration tests
  • 3953caf docs: update README examples from @​v8 to @​v9, add getOctokit docs and v9 brea...
  • c17d55b ci: add getOctokit integration test job
  • a047196 test: add getOctokit integration tests via callAsyncFunction
  • Additional commits viewable in compare view

Updates sbt/setup-sbt from 1.1.22 to 1.5.0

Release notes

Sourced from sbt/setup-sbt's releases.

1.5.0

updates

behind the scenes

Full Changelog: sbt/setup-sbt@v1...v1.5.0

v1.4.0

What's Changed

Full Changelog: sbt/setup-sbt@v1...v1.4.0

v1.3.0

Update

Full Changelog: sbt/setup-sbt@v1...v1.3.0

v1.2.2

What's Changed

Full Changelog: sbt/setup-sbt@v1...v1.2.2

v1.2.1

Updates

Full Changelog: sbt/setup-sbt@v1...v1.2.1

v1.2.0

bug fixes

Full Changelog: sbt/setup-sbt@v1...v1.2.0

... (truncated)

Commits
  • 66fb437 Merge pull request #106 from sbt/wip/sbt-2.0.1
  • b1f5a17 Update default runner to sbt 2.0.1
  • fe88a15 Merge pull request #105 from scala-steward/update/sbt-2.0.1
  • a6b05cd Update sbt to 2.0.1
  • f77da66 Merge pull request #104 from sbt/dependabot/github_actions/actions/cache-6.1.0
  • 2fb2396 Bump actions/cache from 5.0.5 to 6.1.0
  • e832248 Merge pull request #103 from scala-steward/update/sbt-1.12.13
  • 2240d3c Merge pull request #102 from sbt/dependabot/github_actions/actions/checkout-7
  • 17d87ea Regenerated action.yml
  • 03b53e3 Update sbt, scripted-plugin to 1.12.13
  • Additional commits viewable in compare view

Updates coursier/cache-action from 8.1.0 to 8.1.1

Release notes

Sourced from coursier/cache-action's releases.

v8.1.1

Documentation updates

Updates / maintenance

Full Changelog: coursier/cache-action@v8...v8.1.1

Commits
  • 95e5b10 Update dist (#832)
  • 03d2e02 Bump typescript from 5.9.3 to 6.0.3 (#829)
  • 43116bb Bump prettier from 3.8.2 to 3.8.3 (#827)
  • 5794b17 Bump @​types/node from 25.6.0 to 25.7.0 (#828)
  • cee848f Bump @​actions/glob from 0.6.1 to 0.7.0 (#830)
  • e5bcda8 Bump @​actions/core from 3.0.0 to 3.0.1 (#831)
  • 52ed32a Bump @​typescript-eslint/eslint-plugin from 8.57.1 to 8.59.3 (#820)
  • 95b07c5 Add .gitattributes to enforce LF line endings on all platforms (#826)
  • 9bd5852 Bump eslint from 10.0.2 to 10.2.0 (#818)
  • 0aa3fe3 Bump @​typescript-eslint/parser from 8.57.1 to 8.58.1 (#821)
  • Additional commits viewable in compare view

Updates actions/upload-artifact from 4 to 7

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.0

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

v6.0.0

v6 - What's new

[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

v5.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

... (truncated)

Commits
  • 043fb46 Merge pull request #797 from actions/yacaovsnc/update-dependency
  • 634250c Include changes in typespec/ts-http-runtime 0.3.5
  • e454baa Readme: bump all the example versions to v7 (#796)
  • 74fad66 Update the readme with direct upload details (#795)
  • bbbca2d Support direct file uploads (#764)
  • 589182c Upgrade the module to ESM and bump dependencies (#762)
  • 47309c9 Merge pull request #754 from actions/Link-/add-proxy-integration-tests
  • 02a8460 Add proxy integration test
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • Additional commits viewable in compare view

Updates actions/download-artifact from 6 to 8

Release notes

Sourced from actions/download-artifact's releases.

v8.0.0

v8 - What's new

[!IMPORTANT] actions/download-artifact@v8 has been migrated to an ESM module. This should be transparent to the caller but forks might need to make significant changes.

[!IMPORTANT] Hash mismatches will now error by default. Users can override this behavior with a setting change (see below).

Direct downloads

To support direct uploads in actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the Content-Type header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new skip-decompress parameter to true.

Enforced checks (breaking)

A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the digest-mismatch parameter. To be secure by default, we are now defaulting the behavior to error which will fail the workflow run.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

Full Changelog: actions/download-artifact@v7...v8.0.0

v7.0.0

v7 - What's new

[!IMPORTANT] actions/download-artifact@v7 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v6.0.0...v7.0.0

Commits
  • 3e5f45b Add regression tests for CJK characters (#471)
  • e6d03f6 Add a regression test for artifact name + content-type mismatches (#472)
  • 70fc10c Merge pull request #461 from actions/danwkennedy/digest-mismatch-behavior
  • f258da9 Add change docs
  • ccc058e Fix linting issues
  • bd7976b Add a setting to specify what to do on hash mismatch and default it to error
  • ac21fcf Merge pull request #460 from actions/danwkennedy/download-no-unzip
  • 15999bf Add note about package bumps
  • 974686e Bump the version to v8 and add release notes
  • fbe48b1 Update test names to make it clearer what they do
  • Additional commits viewable in compare view

Updates docker/setup-buildx-action from 4.0.0 to 4.2.0

Release notes

Sourced from docker/setup-buildx-action's releases.

v4.2.0

Full Changelog: docker/setup-buildx-action@v4.1.0...v4.2.0

v4.1.0

Full Changelog: docker/setup-buildx-action@v4.0.0...v4.1.0

Commits
  • bb05f3f Merge pull request #580 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 321c814 [dependabot skip] chore: update generated content
  • b9a36ef build(deps): bump @​docker/actions-toolkit from 0.91.0 to 0.92.0
  • ebeab24 Merge pull request #570 from docker/dependabot/npm_and_yarn/undici-6.27.0
  • 5c7b8ae [dependabot skip] chore: update generated content
  • 037e618 build(deps): bump undici from 6.25.0 to 6.27.0
  • 66080e5 Merge pull request #577 from docker/dependabot/npm_and_yarn/sigstore-4.1.1
  • 409aef0 Merge pull request #562 from docker/dependabot/npm_and_yarn/js-yaml-4.2.0
  • 49c6e42 build(deps): bump sigstore from 4.1.0 to 4.1.1
  • 2211273 [dependabot skip] chore: update generated content
  • Additional commits viewable in compare view

Updates docker/login-action from 4.1.0 to 4.4.0

Release notes

Sourced from docker/login-action's releases.

v4.4.0

Full Changelog: docker/login-action@v4.3.0...v4.4.0

v4.3.0

Full Changelog: docker/login-action@v4.2.0...v4.3.0

v4.2.0

Full Changelog: docker/login-action@v4.1.0...v4.2.0

Commits
  • af1e73f Merge pull request #1034 from docker/dependabot/npm_and_yarn/aws-sdk-dependen...
  • da722bd [dependabot skip] chore: update generated content
  • 2916ad6 build(deps): bump the aws-sdk-dependencies group across 1 directory with 2 up...
  • ca0a662 Merge pull request #1035 from crazy-max/fix-registry-auth-empty-mask
  • c455755 chore: update generated content
  • 4835190 skip empty registry-auth secret mask
  • 992421c Merge pull request #1033 from docker/dependabot/github_actions/docker/bake-ac...
  • b249b43 Merge pull request #1032 from docker/dependabot/github_actions/docker/bake-ac...
  • 1b67977 build(deps): bump docker/bake-action from 7.2.0 to 7.3.0
  • 9d49d6a build(deps): bump docker/bake-action/subaction/matrix
  • Additional commits viewable in compare view

Updates docker/build-push-action from 7.1.0 to 7.3.0

Release notes

Sourced from docker/build-push-action's releases.

v7.3.0

  • Preserve names in esbuild bundle by

Bumps the github-actions group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `5` | `7` |
| [actions/github-script](https://github.com/actions/github-script) | `8` | `9` |
| [sbt/setup-sbt](https://github.com/sbt/setup-sbt) | `1.1.22` | `1.5.0` |
| [coursier/cache-action](https://github.com/coursier/cache-action) | `8.1.0` | `8.1.1` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `7` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `6` | `8` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `4.0.0` | `4.2.0` |
| [docker/login-action](https://github.com/docker/login-action) | `4.1.0` | `4.4.0` |
| [docker/build-push-action](https://github.com/docker/build-push-action) | `7.1.0` | `7.3.0` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `4.0.0` | `4.2.0` |
| [actions/setup-node](https://github.com/actions/setup-node) | `5` | `6` |
| [actions/cache](https://github.com/actions/cache) | `5` | `6` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.5.4` | `7.0.0` |
| [apache/skywalking-eyes](https://github.com/apache/skywalking-eyes) | `0.7.0` | `0.8.0` |
| [actions/stale](https://github.com/actions/stale) | `9` | `10` |


Updates `actions/checkout` from 5 to 7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v7)

Updates `actions/github-script` from 8 to 9
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v8...v9)

Updates `sbt/setup-sbt` from 1.1.22 to 1.5.0
- [Release notes](https://github.com/sbt/setup-sbt/releases)
- [Commits](sbt/setup-sbt@508b753...66fb437)

Updates `coursier/cache-action` from 8.1.0 to 8.1.1
- [Release notes](https://github.com/coursier/cache-action/releases)
- [Commits](coursier/cache-action@90c3729...95e5b10)

Updates `actions/upload-artifact` from 4 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v7)

Updates `actions/download-artifact` from 6 to 8
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v6...v8)

Updates `docker/setup-buildx-action` from 4.0.0 to 4.2.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@4d04d5d...bb05f3f)

Updates `docker/login-action` from 4.1.0 to 4.4.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@4907a6d...af1e73f)

Updates `docker/build-push-action` from 7.1.0 to 7.3.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@bcafcac...53b7df9)

Updates `docker/setup-qemu-action` from 4.0.0 to 4.2.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@ce36039...96fe6ef)

Updates `actions/setup-node` from 5 to 6
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v5...v6)

Updates `actions/cache` from 5 to 6
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v5...v6)

Updates `codecov/codecov-action` from 5.5.4 to 7.0.0
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@75cd116...fb8b358)

Updates `apache/skywalking-eyes` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/apache/skywalking-eyes/releases)
- [Changelog](https://github.com/apache/skywalking-eyes/blob/main/CHANGES.md)
- [Commits](apache/skywalking-eyes@5c5b974...61275cc)

Updates `actions/stale` from 9 to 10
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v9...v10)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/github-script
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: sbt/setup-sbt
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: coursier/cache-action
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: docker/setup-buildx-action
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: docker/login-action
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: docker/build-push-action
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: docker/setup-qemu-action
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/cache
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: codecov/codecov-action
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: apache/skywalking-eyes
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/stale
  dependency-version: '10'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions labels Jul 5, 2026
@github-actions github-actions Bot added ci changes related to CI and removed dependencies Pull requests that update a dependency file labels Jul 5, 2026
@github-actions

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Automated Reviewer Suggestions

Based on the git blame history of the changed files, we recommend the following reviewers:

  • Contributors with relevant context: @Yicong-Huang, @Ma77Ball, @juliethecao
    You can notify them by mentioning @Yicong-Huang, @Ma77Ball, @juliethecao in a comment.

@github-actions

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

⚠️ Benchmark changes need a look

🟢 2 better · 🔴 6 worse · ⚪ 7 noise (<±5%) · 0 without baseline

Compared against main 6e25ffb benchmarked on this same runner, so the delta is largely free of cross-runner hardware noise. The "7d avg" column still reflects the gh-pages dashboard. Treat <±5% as noise unless repeated.

Dashboard · Run

config throughput MB/s latency max Δ latest / 7d
🔴 bs=10 sw=10 sl=64 662 0.404 15,041/18,301/18,301 us 🔴 +15.4% / 🔴 +20.3%
🔴 bs=100 sw=10 sl=64 1,674 1.022 60,577/64,765/64,765 us 🔴 +9.5% / 🟢 +69.6%
bs=1000 sw=10 sl=64 2,011 1.227 495,216/530,748/530,748 us ⚪ within ±5% / 🟢 +96.9%
Baseline details

Latest main 6e25ffb from same runner

config metric PR latest main 7d avg Δ latest Δ 7d
bs=10 sw=10 sl=64 throughput 662 tuples/sec 721 tuples/sec 777.63 tuples/sec -8.2% -14.9%
bs=10 sw=10 sl=64 MB/s 0.404 MB/s 0.44 MB/s 0.475 MB/s -8.2% -14.9%
bs=10 sw=10 sl=64 p50 15,041 us 13,032 us 12,603 us +15.4% +19.3%
bs=10 sw=10 sl=64 p95 18,301 us 21,201 us 15,215 us -13.7% +20.3%
bs=10 sw=10 sl=64 p99 18,301 us 21,201 us 18,617 us -13.7% -1.7%
bs=100 sw=10 sl=64 throughput 1,674 tuples/sec 1,779 tuples/sec 987.11 tuples/sec -5.9% +69.6%
bs=100 sw=10 sl=64 MB/s 1.022 MB/s 1.086 MB/s 0.602 MB/s -5.9% +69.6%
bs=100 sw=10 sl=64 p50 60,577 us 55,329 us 101,428 us +9.5% -40.3%
bs=100 sw=10 sl=64 p95 64,765 us 65,762 us 107,959 us -1.5% -40.0%
bs=100 sw=10 sl=64 p99 64,765 us 65,762 us 114,777 us -1.5% -43.6%
bs=1000 sw=10 sl=64 throughput 2,011 tuples/sec 2,024 tuples/sec 1,021 tuples/sec -0.6% +96.9%
bs=1000 sw=10 sl=64 MB/s 1.227 MB/s 1.235 MB/s 0.623 MB/s -0.6% +96.8%
bs=1000 sw=10 sl=64 p50 495,216 us 494,033 us 986,363 us +0.2% -49.8%
bs=1000 sw=10 sl=64 p95 530,748 us 511,080 us 1,026,594 us +3.8% -48.3%
bs=1000 sw=10 sl=64 p99 530,748 us 511,080 us 1,054,559 us +3.8% -49.7%
Raw CSV
config_idx,batch_size,schema_width,string_len,num_batches,total_ms,total_tuples,total_bytes,tuples_per_sec,mb_per_sec,lat_p50_us,lat_p95_us,lat_p99_us
0,10,10,64,20,301.90,200,128000,662,0.404,15041.47,18301.38,18301.38
1,100,10,64,20,1194.53,2000,1280000,1674,1.022,60577.24,64765.21,64765.21
2,1000,10,64,20,9946.58,20000,12800000,2011,1.227,495215.84,530747.89,530747.89

@bobbai00
bobbai00 added this pull request to the merge queue Jul 5, 2026
Merged via the queue into main with commit a2eb69c Jul 5, 2026
35 of 39 checks passed
@bobbai00
bobbai00 deleted the dependabot/github_actions/github-actions-2526e5bf93 branch July 5, 2026 17:55
Yicong-Huang added a commit that referenced this pull request Jul 29, 2026
…owlist (#6990)

### What changes were proposed in this PR?

`release/v1.2` pins
`sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41` (v1.1.22),
which is **not on the ASF GitHub Enterprise actions allowlist**. GitHub
rejects the workflow while building the graph, so the **Required
Checks** workflow ends in `startup_failure` and no CI runs on
`release/v1.2` — the `precheck` job never executes, which is why CI
appears to "not trigger by label".

This bumps all 6 pins to the allowlisted version already used on `main`
(green there):

```
- sbt/setup-sbt@508b753 # v1.1.22
+ sbt/setup-sbt@6444f4c # v1.5.2
```

- `.github/workflows/build.yml` (×3)
- `.github/workflows/build-and-push-images.yml` (×3)

Minimal targeted change rather than backporting the large github-actions
group bump (#6187), which touches 15 actions across 17 files and
conflicts heavily against v1.2.

### Any related issues, documentation, discussions?

Fixes #6989. `main` reached v1.5.2 via #6710 (`d28b761ae`). Unblocks
backport PRs #6982 and #6984.

### How was this PR tested?

This PR's own Required Checks run is the test: because the head branch
already uses the allowlisted `sbt/setup-sbt@6444f4c8` (v1.5.2), the
workflow should now start successfully instead of `startup_failure`.
Diff is limited to the 6 action pins (verified no other `508b753e`
references remain in `.github/workflows/`).

### Was this PR authored or co-authored using generative AI tooling?

Yes — authored with Claude Code.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci changes related to CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants