From 0df268295a55ba64f49c98268aaa2e3e43546aad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 19:55:26 +0000 Subject: [PATCH] Bump advanced-security/maven-dependency-submission-action from 5 to 6 Bumps [advanced-security/maven-dependency-submission-action](https://github.com/advanced-security/maven-dependency-submission-action) from 5 to 6. - [Release notes](https://github.com/advanced-security/maven-dependency-submission-action/releases) - [Commits](https://github.com/advanced-security/maven-dependency-submission-action/compare/v5...v6) --- updated-dependencies: - dependency-name: advanced-security/maven-dependency-submission-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index cdcf2fe..c6ae5bc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -94,7 +94,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - name: Update dependency graph - uses: advanced-security/maven-dependency-submission-action@v5 + uses: advanced-security/maven-dependency-submission-action@v6 if: github.event_name != 'pull_request' - name: Create CBOM uses: cbomkit/cbomkit-action@v2.2.0