Bump advanced-security/maven-dependency-submission-action from 4 to 5
Bumps advanced-security/maven-dependency-submission-action from 4 to 5.
Release notes
Sourced from advanced-security/maven-dependency-submission-action's releases.
v5.0.0
Improved multi-module support
This release improves multi-module support by reflecting which
pom.xmlfile brings in a particular dependency. Previously, the dependencies were aggregated into the top-levelpom.xmlfile. If a given package is brought in via multiple modules, that package will be reflected in all of the modules that reference it.Because of this change in behavior, we've removed two configuration options:
snapshot-dependency-file-name: no longer applicable since we submit more than one manifestsnapshot-include-file-name: this flag determined whether the manifest object included the file path. It should always be available and there's no reason to omit it, so we've removed the flag.v4.1.3
The release bumps dependency versions to stay up-to-date.
v4.1.2
What's Changed
- Add cycle safety for transitive dependencies by
@juxtinin advanced-security/maven-dependency-submission-action#103New Contributors
@juxtinmade their first contribution in advanced-security/maven-dependency-submission-action#103Full Changelog: https://github.com/advanced-security/maven-dependency-submission-action/compare/v4...v4.1.2
v4.1.1
No release notes provided.
v4.1.0
Adds the ability to change the detector details for the dependency snapshots via the optional input parameters:
detector-namedetector-urldetector-versionIf the
detector-nameis specified, then all three become mandatory as there are no sensible defaults that can be attributed to the values.v4.0.3
Updating the build process and tooling for Node 20 support in the CLI executables which were introduced when the dependency-submission-toolkit transitioned in to an ESM module
v4.0.2
No release notes provided.
v4.0.1
- Updating branding for the marketplace
- Utilizing rollup to build cli executables as the ESM module for the
dependency-submission-toolkitbroke the4.0.0pkgbased executable builds.
Commits
b275d12Merge pull request #114 from advanced-security/contrib-5.0bdc082bBump the tag mentioned in the contrib doc to v52c65a53Merge pull request #110 from advanced-security/juxtin/file-centric-manifestsaa342c1Merge branch 'main' into juxtin/file-centric-manifestsf86e5bfREADME updates for v5.0.069b8872Update wording in error messagee11bd00Remove debug lineb737283Update version to 5.0.0 since this has breaking changes3059e7fMinor tweaks06796b8Do not aggregate manifest files in multi-module projects- See full diff 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)