Skip to content

Bump actions/setup-java from 5.3.0 to 5.5.0 - #132

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/setup-java from 5.3.0 to 5.5.0.

Release notes

Sourced from actions/setup-java's releases.

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
  • 0f481fc feat: Add distribution detection support to .sdkmanrc file (#975)
  • c4922bf docs: document problem matcher (and how to disable it), Maven Wrapper caching...
  • 6657b99 feat: Add set-default option (#1017)
  • a50fdcc dist: Support Tencent Kona JDK (#672)
  • 77ee41d fix: Maven Toolchains grows unexpectedly (#534)
  • 0765b15 chore(deps-dev): bump eslint-plugin-jest from 29.0.1 to 29.15.4 (#1074)
  • c712b2f Bump prettier from 3.6.2 to 3.9.1 (#1066)
  • 733efae feat: Disable interactiveMode in generated Maven settings.xml (#1052)
  • 6c4d4a5 feat: suppress Maven transfer progress via MAVEN_ARGS by default (add show-do...
  • 324b333 Fix arm64 e2e workflow tests mislabeled as x64 (#1073)
  • 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.5.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v5.3.0...v5.5.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-version: 5.5.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 Jul 28, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 28, 2026 07:54
@dependabot dependabot Bot added github_actions Pull requests that update GitHub Actions code dependencies Pull requests that update a dependency file labels Jul 28, 2026
@github-actions

Copy link
Copy Markdown

🤖 Claude Code Review

Code Review: Bump actions/setup-java from 5.3.0 to 5.5.0

This is a simple, mechanical dependency version bump across 5 GitHub Actions workflow files (likely a Dependabot PR). Review below.

Code Quality

  • Style conventions: Change is consistent — same version pin format (v5.5.0) used in all 5 files, matching existing convention.
  • No commented-out code: N/A, none present.
  • Meaningful variable names: N/A, no variables involved.
  • DRY principle: N/A — each workflow file necessarily repeats the uses: line independently; this is standard GitHub Actions structure, not a DRY violation.
  • Defects: No logic changes, no bugs introduced. All 5 occurrences across the repo were updated consistently (.github/workflows/create-javadoc-documentation.yaml:35, maven-darwin.yaml:55, maven-linux.yaml:56, maven-windows.yaml:55, trivy-dependency-scan.yaml:27) — no stale v5.3.0 references left behind.
  • CLAUDE.md review: .claude/CLAUDE.md is not modified by this PR and its content remains general-purpose (build commands, architecture, constraints) with no local-machine-specific specifics (no hardcoded paths, usernames, or environment specifics beyond the documented SENZING_PATH/SENZING_DEV_LIBRARY_PATH env var names, which is appropriate).

Testing

  • N/A — this is a CI tooling version bump, not application code. No new functions/endpoints introduced. Correctness is validated by the workflows themselves running successfully on the next CI trigger.
  • ⚠️ Note: Since this only touches workflow YAML, the real "test" is whether the workflows execute successfully post-merge. Nothing to flag as missing from the diff itself.

Documentation

  • README/API docs/CHANGELOG: Not applicable for a CI dependency bump of this size; no behavior change requiring doc updates.
  • Markdown formatting: No .md files touched in this diff.

Security

  • No hardcoded credentials: None present.
  • Input validation: N/A.
  • Error handling: N/A.
  • No sensitive data in logs: N/A.
  • License files: No .lic files or AQAAAD-prefixed strings present in this diff.

Summary

Clean, low-risk dependency bump. All 5 workflow files updated consistently to actions/setup-java@v5.5.0. No issues found — approve.

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

@dependabot @github

dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #134.

@dependabot dependabot Bot closed this Aug 4, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/actions/setup-java-5.5.0 branch August 4, 2026 07:54
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.

4 participants