[build] update GitHub Actions to latest major versions#17475
Conversation
Review Summary by QodoUpdate GitHub Actions to latest major versions
WalkthroughsDescription• Update GitHub Actions to latest major versions across all workflows • Upgrade checkout from v4 to v6, cache actions from v4 to v5 • Update artifact actions from v5 to v6, download-artifact from v4 to v5 • Upgrade setup-node v4 to v6, github-script v7 to v9 • Update additional actions: setup-bazel, ghaction-import-gpg, stale, and others Diagramflowchart LR
A["GitHub Actions<br/>v4/v5/v7 versions"] -- "Update to latest<br/>major versions" --> B["GitHub Actions<br/>v5/v6/v9 versions"]
B -- "Node.js 20 to 24<br/>runtime upgrade" --> C["Enhanced compatibility<br/>and security"]
File Changes1. .github/workflows/bazel.yml
|
Code Review by Qodo
1. Org block token missing
|
💥 What does this PR do?
We're getting a bunch of warnings about support deprecations on older actions. Got the list to update from #13964, reviewed all changes, and nothing should be an issue here.
Agent evaluation: