Skip to content

Bump actions/setup-java from 5.3.0 to 5.4.0 - #129

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps actions/setup-java from 5.3.0 to 5.4.0.

Release notes

Sourced from actions/setup-java's releases.

v5.4.0

What's Changed

New Contributors

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

Commits
  • 1bcf9fb dist: Address Copilot review suggestions from PR #1042 (GraalVM Community) (#...
  • fa2c650 docs: note jdkfile approach for Early Access / unreleased JDK builds (#1058)
  • 1d56e31 dist: Add GraalVM Community distribution support (#1042)
  • 1d25252 chore: Harden workflows: least-privilege permissions + zizmor integration (#1...
  • 668c1ea docs: add post-install keytool import for the JDK cacerts trust store (#1051)
  • a9a46fb docs: document self-signed certificate / internal CA handling for GitHub Ente...
  • 5431e71 docs: add JavaFX Maven project configuration instructions (#1044)
  • 4baa9b4 docs: replace non-existent HelloWorldApp references with java --version (#1043)
  • eab4b08 Bump @​types/node from 25.9.3 to 26.0.0 (#1031)
  • bf0c0e6 Bump actions/checkout from 6 to 7 (#1032)
  • 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.4.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v5.3.0...v5.4.0)

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

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

Copy link
Copy Markdown

🤖 Claude Code Review

PR Code Review

Summary: This is a Dependabot-style dependency bump PR that updates actions/setup-java from v5.3.0 to v5.4.0 across 5 GitHub Actions workflow files. No application code changes.

Code Quality

  • Style conventions: Change is consistent and mechanical — same version bump applied identically in all 5 files.
  • No commented-out code
  • Meaningful variable names: N/A (no code, just a version pin change)
  • DRY principle: The version bump is applied uniformly across all workflow files that reference actions/setup-java; verified via grep that all 5 occurrences (create-javadoc-documentation.yaml:35, maven-darwin.yaml:55, maven-linux.yaml:56, maven-windows.yaml:55, trivy-dependency-scan.yaml:27) now consistently reference v5.4.0 — no file was missed.
  • Defects: None found. This is a low-risk, additive version bump of a well-maintained official GitHub Action. No logic changes, no race conditions, no security vulnerabilities introduced.
  • CLAUDE.md review: .claude/CLAUDE.md is unchanged by this PR and is already generic (no local-environment-specific details, e.g. no hardcoded local paths/machine details) — no concerns.

Note (non-blocking, pre-existing pattern, not introduced by this PR): The action is pinned by mutable tag (@v5.4.0) rather than a commit SHA. Pinning third-party Actions by SHA is a supply-chain security best practice (tags can be moved), but since this matches the pre-existing pattern in the repo for this and other actions, it's not a new issue introduced here — just worth noting for future consideration.

Testing

  • N/A — no application code changed; this is a CI tooling version bump with no unit/integration test surface.

Documentation

  • README: Not applicable.
  • API docs: Not applicable.
  • Inline comments: Not applicable, no complex logic introduced.
  • ⚠️ CHANGELOG.md: Not updated. Checked CHANGELOG.md history — it currently only logs Maven/pom.xml dependency upgrades (e.g., senzing-commons, junit-jupiter, sqlite-jdbc), not CI workflow action bumps like actions/setup-java. This appears to be consistent with existing project convention (CI infra bumps aren't changelog-worthy), so this is not a defect, just confirming the omission is intentional/consistent.
  • Markdown/CommonMark: No markdown files changed in this diff.

Security

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

Verdict

This is a safe, low-risk, mechanical dependency bump. No blocking issues. 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 Jul 28, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #132.

@dependabot dependabot Bot closed this Jul 28, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/actions/setup-java-5.4.0 branch July 28, 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.

3 participants