build(deps): bump the actions group across 1 directory with 7 updates - #20803
build(deps): bump the actions group across 1 directory with 7 updates#20803dependabot[bot] wants to merge 1 commit into
Conversation
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates GitHub Actions workflow dependencies by bumping pinned action revisions (checkout / setup tooling / CodeQL / labeler) across the repo’s CI and automation workflows.
Changes:
- Bump
actions/checkoutpins across many workflows (commented as v7.0.1). - Bump
actions/setup-pythonto a new major (commented as v7.0.0) in test workflows. - Bump
actions/setup-go,actions/labeler, andgithub/codeql-actionpins in relevant workflows.
Reviewed changes
Copilot reviewed 44 out of 44 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/vtop_example.yml | Update pinned actions/checkout reference. |
| .github/workflows/vtadmin_web_unit_tests.yml | Update pinned actions/checkout reference. |
| .github/workflows/vtadmin_web_lint.yml | Update pinned actions/checkout reference. |
| .github/workflows/vtadmin_web_build.yml | Update pinned actions/checkout reference. |
| .github/workflows/vitess_tester_vtgate.yml | Update pinned actions/checkout and actions/setup-python references. |
| .github/workflows/upgrade_downgrade_test_reparent_old_vttablet.yml | Update pinned actions/checkout, actions/setup-python, and actions/setup-go references. |
| .github/workflows/upgrade_downgrade_test_reparent_old_vtctl.yml | Update pinned actions/checkout, actions/setup-python, and actions/setup-go references. |
| .github/workflows/upgrade_downgrade_test_reparent_new_vttablet.yml | Update pinned actions/checkout, actions/setup-python, and actions/setup-go references. |
| .github/workflows/upgrade_downgrade_test_reparent_new_vtctl.yml | Update pinned actions/checkout, actions/setup-python, and actions/setup-go references. |
| .github/workflows/upgrade_downgrade_test_query_serving_schema_next_release.yml | Update pinned actions/checkout, actions/setup-python, and actions/setup-go references. |
| .github/workflows/upgrade_downgrade_test_query_serving_schema.yml | Update pinned actions/checkout, actions/setup-python, and actions/setup-go references. |
| .github/workflows/upgrade_downgrade_test_query_serving_queries_next_release.yml | Update pinned actions/checkout, actions/setup-python, and actions/setup-go references. |
| .github/workflows/upgrade_downgrade_test_query_serving_queries_2_next_release.yml | Update pinned actions/checkout, actions/setup-python, and actions/setup-go references. |
| .github/workflows/upgrade_downgrade_test_query_serving_queries_2.yml | Update pinned actions/checkout, actions/setup-python, and actions/setup-go references. |
| .github/workflows/upgrade_downgrade_test_query_serving_queries.yml | Update pinned actions/checkout, actions/setup-python, and actions/setup-go references. |
| .github/workflows/upgrade_downgrade_test_onlineddl_flow.yml | Update pinned actions/checkout, actions/setup-python, and actions/setup-go references. |
| .github/workflows/upgrade_downgrade_test_backups_manual_next_release.yml | Update pinned actions/checkout, actions/setup-python, and actions/setup-go references. |
| .github/workflows/upgrade_downgrade_test_backups_manual.yml | Update pinned actions/checkout, actions/setup-python, and actions/setup-go references. |
| .github/workflows/upgrade_downgrade_test_backups_e2e_next_release.yml | Update pinned actions/checkout, actions/setup-python, and actions/setup-go references. |
| .github/workflows/upgrade_downgrade_test_backups_e2e.yml | Update pinned actions/checkout, actions/setup-python, and actions/setup-go references. |
| .github/workflows/update_golang_version.yml | Update pinned actions/checkout and actions/setup-go references. |
| .github/workflows/update_golang_dependencies.yml | Update pinned actions/checkout reference. |
| .github/workflows/unit_test.yml | Update pinned actions/checkout and actions/setup-python references. |
| .github/workflows/static_checks_etc.yml | Update pinned actions/checkout reference. |
| .github/workflows/scorecards.yml | Update pinned actions/checkout and github/codeql-action/upload-sarif references. |
| .github/workflows/region_example.yml | Update pinned actions/checkout reference. |
| .github/workflows/pr_opened_tasks.yml | Update pinned actions/checkout and actions/labeler references. |
| .github/workflows/local_example.yml | Update pinned actions/checkout reference. |
| .github/workflows/error_code_docs_generate.yml | Update pinned actions/checkout reference. |
| .github/workflows/endtoend.yml | Update pinned actions/checkout reference. |
| .github/workflows/e2e_race.yml | Update pinned actions/checkout reference. |
| .github/workflows/docker_lite_build_check.yml | Update pinned actions/checkout references in multiple jobs. |
| .github/workflows/docker_ci.yml | Update pinned actions/checkout reference. |
| .github/workflows/docker_build_images.yml | Update pinned actions/checkout references in multiple jobs. |
| .github/workflows/create_release.yml | Update pinned actions/checkout and actions/setup-go references. |
| .github/workflows/codeql_analysis.yml | Update pinned actions/checkout and github/codeql-action init/analyze references. |
| .github/workflows/codecov.yml | Update pinned actions/checkout and actions/setup-python references. |
| .github/workflows/cluster_endtoend_disk_health_monitor.yml | Update pinned actions/checkout and actions/setup-python references. |
| .github/workflows/cluster_endtoend.yml | Update pinned actions/checkout (multiple) and actions/setup-python references. |
| .github/workflows/check_make_vtadmin_web_proto.yml | Update pinned actions/checkout reference. |
| .github/workflows/check_make_vtadmin_authz_testgen.yml | Update pinned actions/checkout reference. |
| .github/workflows/backport.yml | Update pinned actions/checkout reference. |
| .github/workflows/auto_approve_pr.yml | Update pinned actions/checkout reference. |
| .github/workflows/assign_milestone.yml | Update pinned actions/checkout reference. |
Suppressed comments (5)
.github/workflows/upgrade_downgrade_test_reparent_old_vttablet.yml:1
- The inline version comments reference
actions/checkoutv7.0.1 andsetup-python/setup-gov7.0.0, which were not released as of Aug 2025. If these SHAs are correct, update the comments to the actual release tag associated with the pinned commit (or drop the tag comment) to avoid confusion; if the SHAs are incorrect, the workflow will fail to resolve the action.
.github/workflows/upgrade_downgrade_test_reparent_old_vttablet.yml:1 - The inline version comments reference
actions/checkoutv7.0.1 andsetup-python/setup-gov7.0.0, which were not released as of Aug 2025. If these SHAs are correct, update the comments to the actual release tag associated with the pinned commit (or drop the tag comment) to avoid confusion; if the SHAs are incorrect, the workflow will fail to resolve the action.
.github/workflows/upgrade_downgrade_test_reparent_old_vttablet.yml:1 - The inline version comments reference
actions/checkoutv7.0.1 andsetup-python/setup-gov7.0.0, which were not released as of Aug 2025. If these SHAs are correct, update the comments to the actual release tag associated with the pinned commit (or drop the tag comment) to avoid confusion; if the SHAs are incorrect, the workflow will fail to resolve the action.
.github/workflows/upgrade_downgrade_test_reparent_old_vttablet.yml:1 - The inline version comments reference
actions/checkoutv7.0.1 andsetup-python/setup-gov7.0.0, which were not released as of Aug 2025. If these SHAs are correct, update the comments to the actual release tag associated with the pinned commit (or drop the tag comment) to avoid confusion; if the SHAs are incorrect, the workflow will fail to resolve the action.
.github/workflows/vtop_example.yml:1 - Action pins are duplicated across a large number of workflow files, which makes future updates easy to miss. Consider centralizing common steps via a reusable workflow or a small composite action (e.g., a shared 'checkout' wrapper) so action pin updates happen in one place.
Bumps the actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` | | [actions/setup-python](https://github.com/actions/setup-python) | `6.3.0` | `7.0.0` | | [github/codeql-action/init](https://github.com/github/codeql-action) | `4.37.0` | `4.37.3` | | [github/codeql-action/analyze](https://github.com/github/codeql-action) | `4.37.0` | `4.37.3` | | [actions/setup-go](https://github.com/actions/setup-go) | `6.5.0` | `7.0.0` | | [actions/labeler](https://github.com/actions/labeler) | `6.2.0` | `7.0.0` | | [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) | `4.37.0` | `4.37.3` | Updates `actions/checkout` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@9c091bb...3d3c42e) Updates `actions/setup-python` from 6.3.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@ece7cb0...5fda3b9) Updates `github/codeql-action/init` from 4.37.0 to 4.37.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@99df26d...e4fba86) Updates `github/codeql-action/analyze` from 4.37.0 to 4.37.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@99df26d...e4fba86) Updates `actions/setup-go` from 6.5.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@924ae3a...b7ad1da) Updates `actions/labeler` from 6.2.0 to 7.0.0 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@b8dd2d9...bf12e9b) Updates `github/codeql-action/upload-sarif` from 4.37.0 to 4.37.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@99df26d...e4fba86) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/labeler dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-go dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: github/codeql-action/analyze dependency-version: 4.37.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: github/codeql-action/init dependency-version: 4.37.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
6eb2b3c to
24a07fb
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 44 out of 44 changed files in this pull request and generated no new comments.
Suppressed comments (4)
.github/workflows/pr_opened_tasks.yml:69
- The version comments now reference
v7.xforactions/checkoutandactions/labeler. Since the workflow is pinned to SHAs, the comment is the only human-readable indicator of what’s being used; if it doesn’t match the actual release/tag for those SHAs, it will be misleading during incident response or dependency audits. Please verify the SHAs correspond to the stated versions and update the comments accordingly (or remove the version comments entirely to avoid drift).
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
.github/workflows/pr_opened_tasks.yml:114
- The version comments now reference
v7.xforactions/checkoutandactions/labeler. Since the workflow is pinned to SHAs, the comment is the only human-readable indicator of what’s being used; if it doesn’t match the actual release/tag for those SHAs, it will be misleading during incident response or dependency audits. Please verify the SHAs correspond to the stated versions and update the comments accordingly (or remove the version comments entirely to avoid drift).
uses: actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 # v7.0.0
.github/workflows/unit_test.yml:101
- Same issue here: the pinned SHAs are paired with
v7.xcomments foractions/checkoutandactions/setup-python. If the comment doesn’t match the release/tag that produced the SHA, readers will assume the wrong action version is in use. Recommendation: cross-check the SHAs against the upstream release and correct the version comments (or drop the version comments and rely on the SHA alone).
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
.github/workflows/unit_test.yml:128
- Same issue here: the pinned SHAs are paired with
v7.xcomments foractions/checkoutandactions/setup-python. If the comment doesn’t match the release/tag that produced the SHA, readers will assume the wrong action version is in use. Recommendation: cross-check the SHAs against the upstream release and correct the version comments (or drop the version comments and rely on the SHA alone).
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
Bumps the actions group with 7 updates in the / directory:
7.0.07.0.16.3.07.0.04.37.04.37.34.37.04.37.36.5.07.0.06.2.07.0.04.37.04.37.3Updates
actions/checkoutfrom 7.0.0 to 7.0.1Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Updates
actions/setup-pythonfrom 6.3.0 to 7.0.0Release notes
Sourced from actions/setup-python's releases.
Commits
5fda3b9Pin SHA commits and update docs with latest versions (#1338)4ab7e95Merge pull request #1337 from actions/philip-gai/bump-actions-cache-6-2-00f3a009Remove the pip-install input (#1336)f8cf429Migrate to ESM and upgrade dependencies (#1330)54baeeaValidate and retry manifest fetch to prevent silent failures (#1332)c709277Annotation code fix (#1335)6849080remove EOL Python versions and Bumps numpy text fixture (#1333)0903b46Bump certifi from 2020.6.20 to 2024.7.4 in /tests/data (#1328)Updates
github/codeql-action/initfrom 4.37.0 to 4.37.3Release notes
Sourced from github/codeql-action/init's releases.
Changelog
Sourced from github/codeql-action/init's changelog.
... (truncated)
Commits
e4fba86Merge pull request #4031 from github/update-v4.37.3-72f6a9da0fb50ab5Update changelog for v4.37.372f6a9dMerge pull request #4030 from github/mbg/fix/no-proxy3b5ee58Use defaultrequestoptions instead ofundefinedbfb6be4Merge pull request #4028 from github/mergeback/v4.37.2-to-main-e0647621526ab84Rebuildd6217b9Update changelog and version after v4.37.2e064762Merge pull request #4027 from github/update-v4.37.2-385bcdc5ae0faed8Add a couple of change notes73aad0eUpdate changelog for v4.37.2Updates
github/codeql-action/analyzefrom 4.37.0 to 4.37.3Release notes
Sourced from github/codeql-action/analyze's releases.
Changelog
Sourced from github/codeql-action/analyze's changelog.
... (truncated)
Commits
e4fba86Merge pull request #4031 from github/update-v4.37.3-72f6a9da0fb50ab5Update changelog for v4.37.372f6a9dMerge pull request #4030 from github/mbg/fix/no-proxy3b5ee58Use defaultrequestoptions instead ofundefinedbfb6be4Merge pull request #4028 from github/mergeback/v4.37.2-to-main-e0647621526ab84Rebuildd6217b9Update changelog and version after v4.37.2e064762Merge pull request #4027 from github/update-v4.37.2-385bcdc5ae0faed8Add a couple of change notes73aad0eUpdate changelog for v4.37.2Updates
actions/setup-gofrom 6.5.0 to 7.0.0Release notes
Sourced from actions/setup-go's releases.
Commits
b7ad1dachore(deps): bump@actions/cacheto 6.2.0 (#771)0778a10Migrate to ESM and upgrade dependencies (#763)Updates
actions/labelerfrom 6.2.0 to 7.0.0Release notes
Sourced from actions/labeler's releases.
Commits
bf12e9bfeat: migrate to ESM and update dependencies (#949)Updates
github/codeql-action/upload-sariffrom 4.37.0 to 4.37.3Release notes
Sourced from github/codeql-action/upload-sarif's releases.
Changelog
Sourced from github/codeql-action/upload-sarif's changelog.
... (truncated)
Commits
e4fba86Merge pull request #4031 from github/update-v4.37.3-72f6a9da0fb50ab5Update changelog for v4.37.372f6a9dMerge pull request #4030 from github/mbg/fix/no-proxy3b5ee58Use defaultrequestoptions instead ofundefinedbfb6be4Merge pull request #4028 from github/mergeback/v4.37.2-to-main-e0647621526ab84Rebuildd6217b9Update changelog and version after v4.37.2e064762Merge pull request #4027 from github/update-v4.37.2-385bcdc5ae0faed8Add a couple of change notes73aad0eUpdate changelog for v4.37.2