Releases: advanced-security/maven-dependency-submission-action
Releases · advanced-security/maven-dependency-submission-action
v3.0.2
v3.0.1
v3.0.0
- Introduced support for maven multi module project, reporting as an aggregation on the top level POM
- Added support for maven wrapper if provided in the project
- Improved reporting and modification of the path to the POM file so as to be a correct link in dependency graph
- Fixed the bug reported in #19 by using more parts of the Maven coordinate system to guarantee uniqueness on the PackageURLs for the dependencies, i.e. the type and classifier are now supported if specified.
2.0.1
- Updated the dependency submission tool kit version to
1.2.6to support GHES
v2.0.0
- Updating
@actions/coreto version1.10.0to resolve deprecation warnings related to https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
v1.0.1
- Fixing #2 so that URL matches the new repository location
v1.0.0
Initial release of Action