Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2022

Bumps gradle/gradle-build-action from 2.1.5 to 2.3.2.

Release notes

Sourced from gradle/gradle-build-action's releases.

v2.3.2

This patch release fixes an issue which could result in errors in the post-action step. See #441 for details.

v2.3.1

This patch release addresses some security vulnerabilities reported by the CodeQL check:

The release contains no functional changes.

v2.3.0

What's new

With v2.3.0, the gradle-build-action can now attempt to remove any unused files from the Gradle User Home directory before storing to the GitHub Actions cache. This can prevent cases where the size of cache entry grows over time.

Gradle Home cache cleanup is disabled by default. You can enable this feature for the action as follows:

gradle-home-cache-cleanup: true

See the README for more details.

Full Changelog: gradle/gradle-build-action@v2.2.5...v2.3.0

v2.3.0-beta.1

Introduces experimental support for removing unused files from Gradle User Home prior to caching.

v2.2.5

What's fixed

Fixes a bug where a corrupted cache entry caused an error in beforeSave (#408). This meant that the entry was never purged. By allowing @actions/globber to follow symlinks and ignore broken symlinks, the bad files in the cache entry are ignored and the corrupted cache entry can be replaced by a good one.

Full Changelog: gradle/gradle-build-action@v2.2.4...v2.2.5

v2.2.4

What's fixed

The fix for #383 introduced a bug that caused the post-action to fail when attempting to resolve cache-read-only for scheduled jobs. This has been fixed with an explicit (rather than implicit) check for 'event.repository != null'. (#409)

Full Changelog: gradle/gradle-build-action@v2.2.3...v2.2.4

v2.2.3

What's fixed

This release updates a number of key dependencies and fixes some cache-related issues:

  • Do not set cache-read-only=true for scheduled workflows on default branch (#383)

... (truncated)

Commits
  • fd32ae9 Merge pull request #445 from gradle/dd/no-duplicate-build-results
  • 8545e5a Document the process to merge Dependabot upgrades
  • d923957 Merge pull request #442 from gradle/dependabot/npm_and_yarn/actions/github-5.1.0
  • af916fa Build outputs
  • 3d9f1fd Merge pull request #444 from gradle/dependabot/npm_and_yarn/eslint-8.24.0
  • 387c8bc Bump eslint from 8.23.1 to 8.24.0
  • 31c4390 Merge pull request #443 from gradle/dependabot/npm_and_yarn/typescript-eslint...
  • 05b706c Bump @​typescript-eslint/parser from 5.38.0 to 5.38.1
  • b9a8697 Bump @​actions/github from 5.0.3 to 5.1.0
  • 394498f Avoid appending to existing build-results file
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.1.5 to 2.3.2.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@fec4a42...fd32ae9)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 29, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 24, 2022

Superseded by #22.

@dependabot dependabot bot closed this Oct 24, 2022
@dependabot dependabot bot deleted the dependabot/github_actions/gradle/gradle-build-action-2.3.2 branch October 24, 2022 14:55
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant