Skip to content

build(deps): bump the minor-and-patch group across 1 directory with 2 updates#4906

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/minor-and-patch-f18e6d861a
Closed

build(deps): bump the minor-and-patch group across 1 directory with 2 updates#4906
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/minor-and-patch-f18e6d861a

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 2 updates in the / directory: actions/setup-java and gradle/actions/setup-gradle.

Updates actions/setup-java from 5.2.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

v5.3.0

What's Changed

... (truncated)

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

Updates gradle/actions/setup-gradle from 6.1.0 to 6.2.0

Release notes

Sourced from gradle/actions/setup-gradle's releases.

v6.2.0

Highlights

This release brings significant behaviour improvements to Enhanced caching, improvements to the generated Job Summary, and a number of correctness and security fixes.

  1. Improved cache-cleanup mechanism. Cleanup of stale files from the Gradle User Home is now faster, and no longer depends on Gradle or a JVM. It works by inspecting the local file state directly, removing the Gradle invocation from the post-build step.
  2. More granular, more stable caching. The local build cache is stored as a separate cache entry, so it can be restored and invalidated independently of the main Gradle User Home entry. Transient Gradle housekeeping files are excluded from the cache, reducing its size and improving stability.
  3. Hide obsolete Job summaries in PR commments: When a new Job summary comment is added to a PR, previous outdated Job summaries are now hidden.
  4. Improved caching report in the job summary. The cache report now uses a single, consistent layout across all cache states and providers. Provider information is integrated directly into the report, and per-entry details are available in an expandable section. (#985)
  5. Correctness and security fixes. A unique cache key is now used per run attempt, so re-runs no longer collide; the job summary shows the cache key string rather than an internal id; and bundled dependencies have been updated, including a ReDoS fix and a fast-xml CVE fix.

What's Changed

New Contributors

Full Changelog: gradle/actions@v6.1.1...v6.2.0

v6.1.1

This release updates various dependency versions, resolving several reported security vulnerabilities. No functional changes are included

What's Changed

Full Changelog: gradle/actions@v6.1.0...v6.1.1

Commits

@dependabot dependabot Bot added Dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 28, 2026

@DeepDiver1975 DeepDiver1975 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed as maintainer.

Scope: Grouped minor-and-patch Dependabot bump of two GitHub Actions, touching only .github/workflows/*.yml (no application/Kotlin code, no Gradle build files or version catalog):

  • actions/setup-java 5.2.0 → 5.4.0 (minor)
  • gradle/actions/setup-gradle 6.1.0 → 6.2.0 (minor)

Verification:

  • Both bumps are minor — no hidden major version. Confirmed from the PR body release notes.
  • Actions are pinned by commit SHA with version comments updated consistently across all six workflow files (instrumented-data-tests, unit-tests, build-apk, detekt, gradle-wrapper-validation, sbom).
  • setup-gradle 6.2.0 notes include a ReDoS fix and a fast-xml CVE fix in bundled deps — a net security improvement for CI.
  • CI is green: Unit Tests, Instrumented Data Tests, Detekt, Validate strings, Gradle Wrapper validation, Conventional Commits, and CLA all pass. CodeQL is NEUTRAL (no findings). mergeStateStatus: BLOCKED reflects branch-protection requiring a review/approval, not a check failure; mergeable: MERGEABLE (no conflicts).

Changelog: n/a — CI action version bumps are not user-facing and require no changelog entry.

LGTM — low-risk, well-scoped CI maintenance.

🤖 Generated with Claude Code

@jesmrec

jesmrec commented Jul 3, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

… updates

Bumps the minor-and-patch group with 2 updates in the / directory: [actions/setup-java](https://github.com/actions/setup-java) and [gradle/actions/setup-gradle](https://github.com/gradle/actions).


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

Updates `gradle/actions/setup-gradle` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@50e97c2...3f131e8)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/minor-and-patch-f18e6d861a branch from b3217d6 to 46ed757 Compare July 3, 2026 12:33
@jesmrec jesmrec self-requested a review July 3, 2026 12:33
@jesmrec jesmrec added this to the 4.9 - Next milestone Jul 3, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 5, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 5, 2026
@dependabot dependabot Bot deleted the dependabot/github_actions/minor-and-patch-f18e6d861a branch July 5, 2026 22:02
@jesmrec jesmrec removed this from the 4.9 - Next milestone Jul 6, 2026
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 Estimation - 1 (XS) github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants