build(deps): revert bump gradle/actions from 5.0.2 to 6.0.1#5086
build(deps): revert bump gradle/actions from 5.0.2 to 6.0.1#5086jamescrosswell merged 3 commits intomainfrom
Conversation
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog. This PR will not appear in the changelog. 🤖 This preview updates automatically when you update the PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix prepared a fix for the issue found in the latest run.
- ✅ Fixed: Dependabot
versionsfield uses string instead of array- Updated
.github/dependabot.ymlto use array syntax (versions: ['>= 6.0.0']) so the ignore rule matches Dependabot’s documented schema.
- Updated
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


Summary
Revert #5072.
Also ignore dependabot updates of
6.0.0and greater.Remarks
The bundled
gradle-actions-cachingcomponent of thegradle/actions/setup-gradleGitHub Action is no longer MIT, but licensed and governed by a separate license, starting withv6.0.0.See also