Releases: advanced-security/maven-dependency-submission-action
Release list
v6.0.1
What's Changed
- Bump tar-fs from 2.1.2 to 2.1.3 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #116
- Add .github/dependabot.yml to stop Dependabot scanning test-data/ Maven poms and add cooldowns by @felickz with @Copilot in #135
- Bump vitest from 3.1.3 to 4.1.8 by @dependabot[bot] in #142
- Bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #145
- Bump actions/checkout from 4 to 7 by @dependabot[bot] in #144
- Bump @github/dependency-submission-toolkit from 2.0.4 to 2.0.5 by @dependabot[bot] in #146
- Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #137
- Bump packageurl-js from 1.2.1 to 2.0.1 by @dependabot[bot] in #141
- Bump tar-fs from 2.1.3 to 2.1.5 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #151
- Suppress Dependabot updates for pinned Maven fixtures by @felickz with @Copilot in #153
- Bump the npm-dependencies group with 8 updates / Node 22 by @dependabot[bot] in #152
- Update action runtime from Node.js 20 to Node.js 24 by @felickz with @Copilot in #131
- Bump @types/chai from 4.3.14 to 5.2.3 in the npm-dependencies group by @dependabot[bot] in #154
- Pin transitive undici to ^6.27.0 (GHSA-vxpw-j846-p89q) by @felickz with @Copilot in #155
- Automate tracked releases and floating version tags by @felickz in #156
- Fix reusable release workflow permissions by @felickz in #157
- Fix Node 24 ESM packaging for action bundle by @felickz with @Copilot in #164
- chore: bump version (patch) by @github-actions[bot] in #158
New Contributors
- @felickz with @Copilot made their first contribution in #135
- @felickz made their first contribution in #156
- @github-actions[bot] made their first contribution in #158
Full Changelog: v5.0.0...v6.0.1
v6.0.0-fix
v6.0.0
What's Changed
- Bump tar-fs from 2.1.2 to 2.1.3 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #116
- Add .github/dependabot.yml to stop Dependabot scanning test-data/ Maven poms and add cooldowns by @felickz with @Copilot in #135
- Bump vitest from 3.1.3 to 4.1.8 by @dependabot[bot] in #142
- Bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #145
- Bump actions/checkout from 4 to 7 by @dependabot[bot] in #144
- Bump @github/dependency-submission-toolkit from 2.0.4 to 2.0.5 by @dependabot[bot] in #146
- Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #137
- Bump packageurl-js from 1.2.1 to 2.0.1 by @dependabot[bot] in #141
- Bump tar-fs from 2.1.3 to 2.1.5 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #151
- Suppress Dependabot updates for pinned Maven fixtures by @felickz with @Copilot in #153
- Bump the npm-dependencies group with 8 updates / Node 22 by @dependabot[bot] in #152
- Update action runtime from Node.js 20 to Node.js 24 by @felickz with @Copilot in #131
- Bump @types/chai from 4.3.14 to 5.2.3 in the npm-dependencies group by @dependabot[bot] in #154
- Pin transitive undici to ^6.27.0 (GHSA-vxpw-j846-p89q) by @felickz with @Copilot in #155
- Enabled feature:
Enable release immutabilitystarting with v6.0.0
New Contributors
Full Changelog: v5.0.0...v6.0.0
v5.0.0
Improved multi-module support
This release improves multi-module support by reflecting which pom.xml file brings in a particular dependency. Previously, the dependencies were aggregated into the top-level pom.xml file. 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
v4.1.1
v4.1.0
-
Adds the ability to change the detector details for the dependency snapshots via the optional input parameters:
detector-namedetector-urldetector-version
If the
detector-nameis specified, then all three become mandatory as there are no sensible defaults that can be attributed to the values.