Upgrade GitHub Actions to latest versions#1167
Merged
tushuhei merged 1 commit intogoogle:mainfrom Mar 13, 2026
Merged
Conversation
9ce6d78 to
838ce14
Compare
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
838ce14 to
2304d17
Compare
tushuhei
approved these changes
Mar 13, 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.
Bumps GitHub Actions to their latest versions for bug fixes and security patches.
Changes
axel-op/googlejavaformat-actiondbff853c1134ebRelease Notes
Release notes for axel-op/googlejavaformat-action
v4.0.0
What's Changed
Breaking changes
files-excludedinput is now treated as a glob pattern (previously as a regular expression). This makes its behaviour consistent with thefilesinput.versioninput was replaced byrelease-nameto make it clear that it expects the name of a release of Google Java Format.Other changes
...truncated
v3.6.0
What's Changed
files-excludedargument to exclude some files from being sent to the executable.New Contributors
Full Changelog: axel-op/googlejavaformat-action@3.5.0...v3.6.0
3.5.0
Add some
add-exportsstatements to the Java command in order to suppress some warnings related to the violation of encapsulation.See https://github.com/google/google-java-format#jdk-16.
v3.4.0
It is now possible to provide a custom commit message.
v3.3.2
To bypass the rate-limit issue on MacOS machines, this action now has a
githubTokeninput that it will use, if provided, to authenticate calls to the GitHub API.This release has initially been published under the
v3.3.0tag, which contained multiple bugs. They have been fixed inv3.3.2.Notes
Actions that were previously pinned to commit SHAs remain pinned to SHAs (updated to the latest release SHA).
Worth running the workflows on a branch before merging to make sure everything still works.
Validation Warnings
The following issues were detected by actionlint:
train_ja_knbc.yml: ../../../../../tmp/tmp5duc4epm/budoux/.github/workflows/train_ja_knbc.yml:26:9: shellcheck reported issue in this script: SC2004:style:8:20: $/${} is unnecessary on arithmetic variables [shellcheck]train_ja_knbc.yml: |train_ja_knbc.yml: 26 | run: |