Skip to content

Bump actions/setup-java from 5 to 5.2.0#171

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

Bump actions/setup-java from 5 to 5.2.0#171
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/setup-java-5.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/setup-java from 5 to 5.2.0.

Release notes

Sourced from actions/setup-java's releases.

v5.2.0

What's Changed

Enhancement

Documentation Changes

Dependency Updates

New Contributors

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

v5.1.0

What's Changed

New Features

Bug Fixes & Improvements

Documentation changes

Dependency updates

New Contributors

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

Commits

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 to 5.2.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v5...v5.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from a team as a code owner June 16, 2026 17:44
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 16, 2026
@github-actions

Copy link
Copy Markdown

🤖 Claude Code Review

PR Code Review

Summary: This PR bumps actions/setup-java from @v5 to @v5.2.0 across three GitHub Actions workflow files.


Code Quality

  • Style guide: No application code changed; workflow files follow existing conventions.
  • No commented-out code: None present.
  • Meaningful variable names: N/A.
  • DRY principle: The same version bump is applied consistently across all three platform workflows (darwin, linux, windows).
  • Defects/bugs: No logic errors. Pinning to a specific minor version (v5.2.0) rather than a floating major tag (v5) is a security best practice — it prevents unexpected behavior from silent upstream updates.
  • CLAUDE.md: No concerns; this change is purely CI infrastructure.

Testing

  • Unit/integration tests: Not applicable for a CI action version bump.
  • Test coverage: N/A.

Documentation

  • README: No update needed.
  • API docs: N/A.
  • Inline comments: N/A.
  • CHANGELOG.md: Not included, but this is a dependency bump — acceptable to omit if the project doesn't track CI tooling in the changelog.
  • Markdown formatting: Workflow YAML files are not Markdown; no issues.

Security

  • No hardcoded credentials: None.
  • Input validation: N/A.
  • Error handling: N/A.
  • No sensitive data in logs: N/A.
  • No license files (.lic): None present.

Verdict: Approved. Clean, low-risk dependency bump that improves version pinning hygiene. No issues found.

Automated code review analyzing defects and coding standards

@github-actions

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.

2 participants