Skip to content

Bump gradle/actions from 6.1.0 to 6.2.0 in the actions-all group#62

Merged
mpbarnwell merged 1 commit into
mainfrom
dependabot/github_actions/actions-all-a4fc8a2a8f
Jun 15, 2026
Merged

Bump gradle/actions from 6.1.0 to 6.2.0 in the actions-all group#62
mpbarnwell merged 1 commit into
mainfrom
dependabot/github_actions/actions-all-a4fc8a2a8f

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the actions-all group with 1 update: gradle/actions.

Updates gradle/actions from 6.1.0 to 6.2.0

Release notes

Sourced from gradle/actions'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 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-all group with 1 update: [gradle/actions](https://github.com/gradle/actions).


Updates `gradle/actions` 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: gradle/actions
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-all
...

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 15, 2026
@github-actions

Copy link
Copy Markdown

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

.github/workflows/dependencies.yml

PackageVersionLicenseIssue Type
gradle/actions/dependency-submission3f131e8634966bd73d06cc69884922b02e6faf92NullUnknown License
Allowed Licenses: MIT, Apache-2.0, BSD-3-Clause
Excluded from license check: pkg:githubactions/actions/dependency-review-action, pkg:githubactions/actions/checkout, pkg:githubactions/actions/setup-java, pkg:githubactions/actions/gradle/actions/dependency-submission, pkg:githubactions/actions/gradle/actions/setup-gradle, pkg:maven/com.googlecode.juniversalchardet/juniversalchardet, pkg:maven/net.java.dev.jna/jna-platform, pkg:maven/javax.annotation/javax.annotation-api, pkg:maven/org.jdom/jdom2, pkg:maven/org.jacoco/org.jacoco.agent, pkg:maven/org.jacoco/org.jacoco.ant, pkg:maven/org.jacoco/org.jacoco.core, pkg:maven/org.jacoco/org.jacoco.report

OpenSSF Scorecard

PackageVersionScoreDetails
actions/gradle/actions/dependency-submission 3f131e8634966bd73d06cc69884922b02e6faf92 🟢 7.1
Details
CheckScoreReason
Dependency-Update-Tool🟢 10update tool detected
Code-Review🟢 2Found 7/26 approved changesets -- score normalized to 2
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Maintained🟢 1030 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10
Packaging⚠️ -1packaging workflow not detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Pinned-Dependencies🟢 10all dependencies are pinned
SAST🟢 9SAST tool detected but not run on all commits
Fuzzing⚠️ 0project is not fuzzed
License🟢 9license file detected
Signed-Releases⚠️ -1no releases found
Vulnerabilities🟢 82 existing vulnerabilities detected
Branch-Protection🟢 3branch protection is not maximal on development and all release branches
Binary-Artifacts🟢 2binaries present in source code
Security-Policy🟢 10security policy file detected
CI-Tests🟢 917 out of 18 merged PRs checked by a CI test -- score normalized to 9
Contributors🟢 10project has 7 contributing companies or organizations

Scanned Files

  • .github/workflows/dependencies.yml

@mpbarnwell mpbarnwell merged commit e48a6fd into main Jun 15, 2026
5 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/actions-all-a4fc8a2a8f branch June 15, 2026 08:57
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