chore: upgrade gradle/actions setup-gradle to v6.1.0 with basic cache provider#159
Conversation
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 19 minutes and 59 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Updates GitHub Actions CI configuration to use gradle/actions/setup-gradle v6.1.0 and configures Gradle caching to use the “basic” cache provider, plus adjusts Dependabot behavior for Gradle actions updates.
Changes:
- Bump
gradle/actions/setup-gradleto v6.1.0 in the publish workflow and setcache-provider: basic. - Add a Dependabot ignore rule intended to block
gradle/actionsupdates in the6.0.xrange.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| .github/workflows/publish.yaml | Upgrades setup-gradle action to v6.1.0 and switches caching to the basic provider. |
| .github/dependabot.yml | Adds an ignore rule for Gradle actions versions in the 6.0.x range. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Upgrades gradle/actions/setup-gradle to v6.1.0 across all workflow jobs and switches to the open-source basic cache provider, avoiding reliance on the Gradle Build Scan service for caching.
Also narrows the dependabot ignore range from >= 6.0.0, < 7.0.0 to >= 6.0.0, < 6.1.0 so future v6.x patch releases are picked up automatically.
Mirrors the change applied in openfga/java-sdk#318.