Skip to content

build(deps): revert bump gradle/actions from 5.0.2 to 6.0.1#5086

Merged
jamescrosswell merged 3 commits intomainfrom
revert/github_actions/gradle/actions-6.0.1
Mar 30, 2026
Merged

build(deps): revert bump gradle/actions from 5.0.2 to 6.0.1#5086
jamescrosswell merged 3 commits intomainfrom
revert/github_actions/gradle/actions-6.0.1

Conversation

@Flash0ver
Copy link
Copy Markdown
Member

@Flash0ver Flash0ver commented Mar 30, 2026

Summary

Revert #5072.
Also ignore dependabot updates of 6.0.0 and greater.

Remarks

The bundled gradle-actions-caching component of the gradle/actions/setup-gradle GitHub Action is no longer MIT, but licensed and governed by a separate license, starting with v6.0.0.

See also

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 30, 2026

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


This PR will not appear in the changelog.


🤖 This preview updates automatically when you update the PR.

@Flash0ver Flash0ver self-assigned this Mar 30, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.99%. Comparing base (388121c) to head (d042e3d).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5086      +/-   ##
==========================================
- Coverage   74.00%   73.99%   -0.02%     
==========================================
  Files         499      499              
  Lines       18067    18067              
  Branches     3519     3519              
==========================================
- Hits        13371    13368       -3     
- Misses       3837     3839       +2     
- Partials      859      860       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Flash0ver Flash0ver marked this pull request as ready for review March 30, 2026 18:26
@Flash0ver Flash0ver changed the title revert(deps): bump gradle/actions from 5.0.2 to 6.0.1 build(deps): revert bump gradle/actions from 5.0.2 to 6.0.1 Mar 30, 2026
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix prepared a fix for the issue found in the latest run.

  • ✅ Fixed: Dependabot versions field uses string instead of array
    • Updated .github/dependabot.yml to use array syntax (versions: ['>= 6.0.0']) so the ignore rule matches Dependabot’s documented schema.

Create PR

Or push these changes by commenting:

@cursor push 2b8cde17de
Preview (2b8cde17de)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -24,7 +24,7 @@
     interval: weekly
   ignore:
   - dependency-name: "gradle/actions/setup-gradle"
-    versions: '>= 6.0.0' # license change: the bundled 'gradle-actions-caching' component is licensed and governed by a separate license (no longer MIT)
+    versions: ['>= 6.0.0'] # license change: the bundled 'gradle-actions-caching' component is licensed and governed by a separate license (no longer MIT)
 
 - package-ecosystem: "npm"
   directory: "/"

This Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard.

Co-Authored-By: Codex <codex@noreply.example.com>

Applied via @cursor push command
@Flash0ver Flash0ver added the skip-changelog Suppress automatic changelog generation via Craft label Mar 30, 2026
@jamescrosswell jamescrosswell merged commit 87851cd into main Mar 30, 2026
62 of 63 checks passed
@jamescrosswell jamescrosswell deleted the revert/github_actions/gradle/actions-6.0.1 branch March 30, 2026 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog Suppress automatic changelog generation via Craft

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants