StuyLib
                                
                                
                                
                                    StuyLib copied to clipboard
                            
                            
                            
                        Bump gradle/gradle-build-action from 2.3.0.pre.beta.1 to 2.4.2 in /.github/workflows
Bumps gradle/gradle-build-action from 2.3.0.pre.beta.1 to 2.4.2.
Release notes
Sourced from gradle/gradle-build-action's releases.
v2.4.2
This release disables the save/restore of configuration-cache data, since this functionality has been shown to be problematic. Gradle 8.1 has made changes to this functionality which will require a more comprehensive rework of the action before we can re-enable this.
v2.4.1
This patch release updates a number of dependencies, including
xmljswhich was reported to have a security vulnerability (https://nvd.nist.gov/vuln/detail/CVE-2023-0842). There is no evidence that this vulnerability affected thegradle-build-action.Full changelog: https://github.com/gradle/gradle-build-action/compare/v2.4.0...v2.4.1
v2.4.0
What's new
The
v.2.4.0release contains various library updates and fixes to fully support Gradle 8.Notable changes:
- Update to
 @actions/cache: 3.1.3should improve cache save/restore performance on Windows by using gnu tar and zstd when available.- Fix caching of extracted JDK toolchains for Gradle 7.6+ (e4446473950007d0d0323adeed9f992824618be9)
 Full Changelog: https://github.com/gradle/gradle-build-action/compare/v2.3.3...v2.4.0
v2.3.3
This patch release removes all uses of the deprecated
set-outputandset-statecommands, and should remove deprecation warnings from build logs. See #461 and #477 for more details.Full Changelog: https://github.com/gradle/gradle-build-action/compare/v2.3.2...v2.3.3
v2.3.2
This patch release fixes an issue which could result in errors in the post-action step. See #441 for details.
Full Changelog: https://github.com/gradle/gradle-build-action/compare/v2.3.1...v2.3.2
v2.3.1
This patch release addresses some security vulnerabilities reported by the CodeQL check:
- Removes
 sourcemap-register.js: this triggered Incorrect suffix check- Patches the
 @azure/loggerlibrary to avoid logging an environment variable value: this triggered Clear-text logging of sensitive information- Updates a bunch of development dependencies, which should not impact production code
 The release contains no functional changes.
Full Changelog: https://github.com/gradle/gradle-build-action/compare/v2.3.0...v2.3.1
v2.3.0
What's new
With
v2.3.0, thegradle-build-actioncan 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 </tr></table>
... (truncated)
Commits
749f47bUpdate README.md for changes in releaseeb126d7Update for Gradle 8.1 release5056fa9Patch@azure/loggerto address CodeQL violations8a0051fSpecify current Gradle version via ASDF4f87177Build outputsff62946Update development dependencies2eddd20Bump xml2js,@azure/ms-rest-jsand@azure/core-http887e0bdFix typo (#655)dac0b87Bump@typescript-eslint/parserfrom 5.56.0 to 5.57.0 (#654)a8f0f0dNPM dependency updates- Additional commits viewable 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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) You can disable automated security fix PRs for this repo from the Security Alerts page.