Dependency tree diff for Gradle
Version updated for usefulness/dependency-tree-diff-action to version v2.1.0.
- This action is used across all versions by 21 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
What’s Changed
- Added new outputs:
outputs.file-diff
- path to a file containing the raw diff outputoutputs.file-dependencies-head
- path to a file containing dependencies dump from currently checked out refoutputs.file-dependencies-base
- path to a file containing dependencies dump from pull request base (github.base_ref
)
If you relied on existing internal behavior to capture tool’s inputs, this release will contain breaking changes, as the input files have been renamed to dependency-tree-diff_dependencies-head.txt
and dependency-tree-diff_dependencies-base.txt
New Contributors
- @TWiStErRob made their first contribution in https://github.com/usefulness/dependency-tree-diff-action/pull/116
Full Changelog: https://github.com/usefulness/dependency-tree-diff-action/compare/v2...v2.1.0