Bump Github Actions #723
Merged
Merged
Conversation
Dependabot updated all the actions. I revert changes to makefile-modules controlled actions so that `make verify` will pass. Bumps the all-gh-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [actions/setup-go](https://github.com/actions/setup-go) | `5` | `6` | | [renovatebot/github-action](https://github.com/renovatebot/github-action) | `43.0.10` | `43.0.12` | | [google-github-actions/auth](https://github.com/google-github-actions/auth) | `2` | `3` | | [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) | `2` | `3` | Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v5) Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) Updates `renovatebot/github-action` from 43.0.10 to 43.0.12 - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](renovatebot/github-action@7876d7a...f8af927) Updates `google-github-actions/auth` from 2 to 3 - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](google-github-actions/auth@v2...v3) Updates `google-github-actions/setup-gcloud` from 2 to 3 - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](google-github-actions/setup-gcloud@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-gh-actions - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-gh-actions - dependency-name: renovatebot/github-action dependency-version: 43.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gh-actions - dependency-name: google-github-actions/auth dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-gh-actions - dependency-name: google-github-actions/setup-gcloud dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-gh-actions ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Richard Wall <richard.wall@cyberark.com>
wallrj-cyberark
commented
Sep 18, 2025
Contributor
Author
There was a problem hiding this comment.
wallrj-cyberark
commented
Sep 18, 2025
Contributor
Author
There was a problem hiding this comment.
export VERSION=v1.7.0-alpha.0
git tag --annotate --message="Release ${VERSION}" "${VERSION}"
git push origin "${VERSION}"
wallrj-cyberark
commented
Sep 18, 2025
Contributor
Author
There was a problem hiding this comment.
wallrj-cyberark
commented
Sep 18, 2025
Contributor
Author
wallrj-cyberark
left a comment
There was a problem hiding this comment.
All these updated actions seem to work so I'll self-review and merge this.
wallrj
approved these changes
Sep 18, 2025
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.
Dependabot updated all the actions in #718
I reverted the changes to makefile-modules controlled renovate actions so that
make verifywill pass.Bumps the all-gh-actions group with 5 updates:
45Updates
actions/checkoutfrom 4 to 5Updates
actions/setup-gofrom 5 to 6Updates
google-github-actions/authfrom 2 to 3Updates
google-github-actions/setup-gcloudfrom 2 to 3updated-dependencies: