Skip to content

ci(deps): bump actions/setup-java from 5.3.0 to 5.4.0 in the actions-minor-patch group#265

Merged
devops-thiago merged 1 commit into
mainfrom
dependabot/github_actions/actions-minor-patch-04d79cc31d
Jun 30, 2026
Merged

ci(deps): bump actions/setup-java from 5.3.0 to 5.4.0 in the actions-minor-patch group#265
devops-thiago merged 1 commit into
mainfrom
dependabot/github_actions/actions-minor-patch-04d79cc31d

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the actions-minor-patch group with 1 update: actions/setup-java.

Updates 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions-minor-patch group with 1 update: [actions/setup-java](https://github.com/actions/setup-java).


Updates `actions/setup-java` from 5.3.0 to 5.4.0
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@ad2b381...1bcf9fb)

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

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 Jun 26, 2026
@dependabot dependabot Bot requested a review from devops-thiago as a code owner June 26, 2026 06:44
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 26, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
actions/actions/setup-java 1bcf9fb12cf4aa7d266a90ae39939e61372fe520 🟢 6
Details
CheckScoreReason
Maintained🟢 1024 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 10all changesets reviewed
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 9security policy file detected
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST🟢 8SAST tool is not run on all commits -- score normalized to 8

Scanned Files

  • .github/workflows/release.yml

@codecov

codecov Bot commented Jun 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@sonarqubecloud

Copy link
Copy Markdown

@devops-thiago devops-thiago merged commit ff8a6d1 into main Jun 30, 2026
16 checks passed
@devops-thiago devops-thiago deleted the dependabot/github_actions/actions-minor-patch-04d79cc31d branch June 30, 2026 23:43
devops-thiago added a commit that referenced this pull request Jul 1, 2026
## What type of PR is this?

- [x] 📝 Documentation
- [x] 📦 Dependency update

## Description

Release prep for **v0.3.0**, in three parts:

- **Docs — stale command lists fixed.** The v0.3.0 commands `/describe`,
`/changelog`, and `/add-docs` were missing from the `webhook/` package
row in `docs/ARCHITECTURE.md` and from the `CommentCommandService` class
javadoc (both still listed only the five older commands). Both now match
the `CommentCommand` enum and the live `/help` output. The `README.md`
summary bullet now mentions the changed-files walkthrough added in
v0.3.0 (#179).
- **Changelog — dated and synced.** The `[0.3.0]` heading moves from
`unreleased` to `2026-06-30`, and a new `### Dependencies` section
records the bumps landed during the cycle.
- **Version bump for tagging.** The Maven project version goes
`0.3.0-SNAPSHOT` → `0.3.0` so the release can be tagged. (The frontend
`package.json` keeps its own independent `1.0.0`.)

No runtime behavior changes — docs, changelog, and version metadata
only.

## Related Issues

N/A (no code fix). This documents already-merged v0.3.0 features
(`/describe` #35, `/changelog` #62, `/add-docs` #56, changed-files
walkthrough #179) and records the dependency bumps #262, #263, #265,
#266, #267 in the changelog.

## How Has This Been Tested?

- [x] Manual testing

The documented v0.3.0 command surface was dogfooded on
`#256` and `devops-thiago/MongOCOM#46`; the
corrected command list matches both the `CommentCommand` enum and the
bot's own `/help` output. Changes are documentation/metadata only, so no
automated tests apply.

## Checklist

- [x] My code follows the project's coding standards
- [x] I have performed a self-review of my own code
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [x] I have updated the documentation accordingly
- [x] My changes generate no new warnings or errors

## Additional Notes

- A copy-editing pass over the v0.3.0 changelog prose (against the
Wikipedia "Signs of AI writing" checklist) found **no changes needed** —
the entries match the established terse-technical voice, so there is no
follow-up commit.
- Three tracking issues surfaced during v0.3.0 dogfooding were filed
**separately** (not part of this PR): #296 (`/describe` `/changelog`
`/add-docs` truncation disclosure), #297 (`/summary` "already exists"
wording), #298 (summary "Changes Overview" count accuracy).
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.

1 participant