Gradle Build Action
Version updated for gradle/gradle-build-action to version v2.10.0.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 40,448 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
This release introduces a new artifact-retention-days
parameter, which allows a user to configure how long the generated dependency-graph artifacts are retained by GitHub Actions. Adjusting the retention period can be useful to reduce storage costs associated with these dependency-graph artifacts.
See the documentation for more details.
Changelog
- [NEW] Add
artifact-retention-days
configuration parameter #903 - [FIX] Update to
v1.0.0
of the github-dependency-graph-gradle-plugin - [FIX] Update
@babel/traverse
to address reported security vulnerability
Full-changelog: https://github.com/gradle/gradle-build-action/compare/v2.9.0...v2.10.0