build(deps): bump gradle/actions from 5.0.2 to 6.1.0#5130
build(deps): bump gradle/actions from 5.0.2 to 6.1.0#5130jamescrosswell merged 2 commits intomainfrom
Conversation
Bumps [gradle/actions](https://github.com/gradle/actions) from 5.0.2 to 6.1.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@0723195...50e97c2) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog. Fixes 🐛
Dependencies ⬆️Deps
Other
🤖 This preview updates automatically when you update the PR. |
| with: | ||
| cache-provider: basic # 'enhanced' (default) is not open source under a proprietary license; 'basic' uses MIT |
There was a problem hiding this comment.
note: https://github.com/gradle/actions/blob/main/DISTRIBUTION.md
Gradle's Setup action changed the licensing of it's caching component (gradle-actions-caching) to a proprietary / commercially-based license in 6.0.0.
Now, 6.1.0 has added an explicit opt-in to instead use an open-source caching component, based on https://github.com/actions/cache. The default remains the non-open-source non-MIT gradle-actions-caching caching component.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5130 +/- ##
==========================================
- Coverage 74.12% 74.05% -0.07%
==========================================
Files 499 501 +2
Lines 18067 18107 +40
Branches 3520 3523 +3
==========================================
+ Hits 13392 13410 +18
- Misses 3813 3837 +24
+ Partials 862 860 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
|
||
| - name: Setup Gradle | ||
| uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2 | ||
| uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0 |
There was a problem hiding this comment.
question: upgrade to v6.1.0 with basic caching -or- remain at v5.0.2 (for now)
The basic caching component has significant limitations:
But I don't think we need any of these features ... do we?
The Gradle Technologies Terms of Use (to use v6's Enhanced Caching) are currently under review by Legal.
There was a problem hiding this comment.
If the "Basic Cache Provider" suffices (instead of the "Enhanced Cache Provider"),
we can then also remove the change from #5086 again, which does not work as expected anyway:
sentry-dotnet/.github/dependabot.yml
Lines 25 to 27 in e6a6c24
* build(deps): bump gradle/actions from 5.0.2 to 6.1.0 Bumps [gradle/actions](https://github.com/gradle/actions) from 5.0.2 to 6.1.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@0723195...50e97c2) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * ci: use Basic Caching for Gradle --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Pölz <38893694+Flash0ver@users.noreply.github.com>
Bumps gradle/actions from 5.0.2 to 6.1.0.
Release notes
Sourced from gradle/actions's releases.
... (truncated)
Commits
50e97c2Link to docs for caching providersf2e6298Restructure caching documentation for basic and enhanced providers (#934)b294b1eReally fix integ-test-full83d3189Revise license details for gradle-actions-caching1d5db06Update license link for gradle-actions-caching component1c80961Fix license link for Enhanced Caching component9e99920Fix integ-test-full workflowbb8aaafFix workflow permissionsf5dfb43[bot] Update dist directoryff9ae24Add open-source 'basic' cache provider and revamp licensing documentation (#930)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)