Skip to content

Bump actions/setup-java from 5.3.0 to 5.6.0 - #134

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/setup-java-5.6.0
Open

Bump actions/setup-java from 5.3.0 to 5.6.0#134
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/setup-java-5.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/setup-java from 5.3.0 to 5.6.0.

Release notes

Sourced from actions/setup-java's releases.

v5.6.0

What's Changed

Full Changelog: actions/setup-java@v5...v5.6.0

v5.5.0

What's Changed

New Contributors

Full Changelog: actions/setup-java@v5...v5.5.0

v5.4.0

What's Changed

... (truncated)

Commits
  • 03ad4de Backport #1097/#1098: cache Maven and Gradle wrapper distributions separately...
  • d229d2e Backport #1111: Preserve Maven toolchains across repeated setup-java runs (#1...
  • bbf0f69 dist: Cover Tencent Kona JDK 25 (#1110)
  • 513edc4 feat: expose cache-primary-key output (#597) [v5 backport] (#1089)
  • 62df799 Add Maven compiler problem matcher for javac diagnostics (#1087)
  • 176156a chore: bump version to 5.6.0 for v5 release line
  • bf7b8de build: rebuild dist for backported changes (#1079, #1083, #1084)
  • 0173e6d Infer distribution from asdf .tool-versions vendor prefix (#1084)
  • f45cd82 Rename jdkFile input to jdk-file with deprecated alias (#1083)
  • e2863ad Map Zulu x86 architecture to i686 for Azul Metadata API (#1079)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.3.0 to 5.6.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v5.3.0...v5.6.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 4, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 4, 2026 07:54
@dependabot dependabot Bot added the github_actions Pull requests that update GitHub Actions code label Aug 4, 2026
@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown

🤖 Claude Code Review

All 5 workflow files consistently updated. This is a Dependabot version bump PR (actions/setup-java v5.3.0 → v5.6.0), so the review is quick.

Review: Bump actions/setup-java from 5.3.0 to 5.6.0

Code Quality

  • Style conventions: Change is a simple, consistent version-string bump applied identically across all 5 workflow files (create-javadoc-documentation.yaml:35, maven-darwin.yaml:55, maven-linux.yaml:56, maven-windows.yaml:55, trivy-dependency-scan.yaml:27).
  • No commented-out code
  • Meaningful naming: N/A — no identifiers introduced.
  • DRY: N/A — YAML action pins are inherently repeated per workflow file; no duplication to consolidate.
  • Defects: No logic changes; purely a dependency version bump. No indication this is a major version change (5.x → 5.x), so risk of breaking changes to the setup-java action's inputs/outputs is low. No other consumers of actions/setup-java were missed (grep confirms all 5 occurrences updated).
  • CLAUDE.md: No changes to .claude/CLAUDE.md in this diff; not applicable here.

Testing

  • ✅ N/A — CI workflow config change, not application code. Correctness will be validated by the workflows themselves running successfully on this PR.

Documentation

  • ✅ N/A — no README/API/CHANGELOG impact expected for a CI tooling version bump. No markdown files touched.

Security

  • ✅ No hardcoded credentials, no input validation concerns, no error handling changes, no logging changes.
  • ✅ No .lic files or AQAAAD-prefixed strings present in this diff.

Summary

No issues found. This is a low-risk, mechanical Dependabot bump consistently applied across all workflow files that reference actions/setup-java. Safe to merge pending green CI.

Automated code review analyzing defects and coding standards

@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown

Super-linter summary

Language Validation result
CHECKOV Pass ✅
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Pass ✅
GITLEAKS Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Pass ✅
YAML Pass ✅
YAML_PRETTIER Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants