chore: update gh actions to the latest versions - #1781
Open
davidgamez wants to merge 1 commit into
Open
Conversation
jcpitre
approved these changes
Jul 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
This pull request updates the versions of several GitHub Actions used across workflow files to their latest major versions. The updates enhance security, compatibility, and support for newer features in CI/CD pipelines. Additionally, some configuration changes were made to accommodate breaking changes in action inputs.
Key changes include:
GitHub Actions Version Upgrades
Updated core actions such as
actions/checkout,actions/setup-python,actions/setup-java,actions/cache, andactions/download-artifactto their latest major versions (mostly v7 or v8) in all workflow files, improving reliability and support for newer GitHub Actions features. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13]Upgraded Google Cloud and Docker actions (
google-github-actions/auth,google-github-actions/setup-gcloud,docker/login-action) to their latest major versions for improved security and compatibility. [1] [2] [3] [4] [5]Updated HashiCorp Terraform setup action to v4 for improved Terraform integration. [1] [2]
1Password and Slack Integration Updates
Upgraded
1password/load-secrets-actionto v4 in all relevant workflows and actions, ensuring compatibility with the latest 1Password API and features. [1] [2] [3] [4] [5]Upgraded
slackapi/slack-github-actionto v4 and updated configuration to use new input-based webhook configuration instead of deprecated environment variables.Workflow Maintenance and Consistency
Ensured all artifact upload/download steps use the latest
actions/upload-artifactandactions/download-artifactversions for consistency and improved performance. [1] [2] [3] [4] [5] [6]Updated Node.js setup action to v7 in
assign_next_release_milestone.yml.These changes ensure that CI/CD workflows remain secure, up-to-date, and compatible with the latest features and best practices on GitHub Actions.
Expected behavior:
Github actions are updated to the latest versions
Testing tips:
Provide tips, procedures and sample files on how to test the feature.
Testers are invited to follow the tips AND to try anything they deem relevant outside the bounds of the testing tips.
Please make sure these boxes are checked before submitting your pull request - thanks!
./scripts/api-tests.shto make sure you didn't break anything