Version 4.0.0 release:
- Breaking change, the name presented in the submission report now matches the current name of the repository
maven-dependency-submission-action
(previously it was moved from a repository calledmaven-dependency-tree-action
) - When running the GitHub Action the
ref
andsha
are injected as inputs (with defaults to the current workflow values) - Updated dependencies, specifically
dependency-submission-toolkit
that includes improvements to uploading of the snapshots and error handling around unhappy path scenarios - CLI application options made compatible with the GitHub Actions inputs
- CLI applications made available as part of the release process and notes
- Project testing and releases - swapped
jest
out forvitest
and added GitHub Actions release workflow