Skip to content

Bump burrunan/gradle-cache-action from v1.5 to v1.6#1

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/burrunan/gradle-cache-action-v1.6
Closed

Bump burrunan/gradle-cache-action from v1.5 to v1.6#1
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/burrunan/gradle-cache-action-v1.6

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Dec 9, 2020

Bumps burrunan/gradle-cache-action from v1.5 to v1.6.

Changelog

Sourced from burrunan/gradle-cache-action's changelog.

2020-09-24 🚑 support branch names with slashes

feature/branch is a valid branch name in Git, so gradle-cache-action now escapes / when using branch name as a part of the cache key.

2020-08-20 🚑 better exclusions for *.lock files

It turns out caching action can't apply exclude if user included of the parent folders.

See actions/cache#364

It should fix errors like

C:\windows\System32\tar.exe -z -cf cache.tgz -P -C D:/a/... --files-from manifest.txt
tar.exe: Couldn't open C:/Users/runneradmin/.gradle/caches/6.6/generated-gradle-jars/generated-gradle-jars.lock: Permission denied
tar.exe: Error exit delayed from previous errors.

2020-08-20 🙈 silence insecure protocols warning

Modern Gradle versions issue a warning when users configure http:// build cache. In practice, GitHub-based cache is located on localhost, so it is fine to use http.

The plugin adds the relevant configuration to silence Gradle warning.

2020-08-19 🚀 Unlock Gradle remote build caching

  • Add HTTP caching proxy that implements Gradle HTTP cache API effb04a

This enables Gradle to use GitHub cache API like a regular remote build cache service, so the caching is more efficient. Gradle fetches only the objects it needs, and it uploads only what was changed. Cache eviction is managed by GitHub.

The remote build cache feature activates when you use with: arguments: build ... to launch the build. In other words, you need to launch Gradle via gradle-cache-action rather that regular run: or gradle-command-action.

Here's how you can integrate build cache to existing projects:

Fixes

  • Reduce verbosity of "cache already exists" warning to info 8ff7dd7
  • Gradle dependencies: treat *.gradle.kts as a part of the cache key 1c59269

... (truncated)

Commits
  • feb985e Publish release from c52c654f6e72aae12aa57691534ba29d25326103
  • See full diff in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from jkwatson as a code owner December 9, 2020 06:12
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2020
@jkwatson
Copy link
Copy Markdown
Owner

jkwatson commented Dec 9, 2020

knope

@jkwatson jkwatson closed this Dec 9, 2020
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Dec 9, 2020

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/github_actions/burrunan/gradle-cache-action-v1.6 branch December 9, 2020 06:35
jkwatson pushed a commit that referenced this pull request Oct 25, 2021
open-telemetry#3770)

* Replaced hardcoded localhost with OS resolved localhost name in tests.

* Replaced hardcoded localhost with OS resolved localhost name in tests. #2

* retrigger checks #1
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant