From 5105b227414f44d44c895e4abba78f0ee30f8500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:59:57 +0000 Subject: [PATCH] Bump cbomkit/cbomkit-action from 2.1.2 to 2.2.0 Bumps [cbomkit/cbomkit-action](https://github.com/cbomkit/cbomkit-action) from 2.1.2 to 2.2.0. - [Release notes](https://github.com/cbomkit/cbomkit-action/releases) - [Commits](https://github.com/cbomkit/cbomkit-action/compare/v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: cbomkit/cbomkit-action dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 7de5959..b6c9236 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -94,7 +94,7 @@ jobs: uses: advanced-security/maven-dependency-submission-action@v5 if: github.event_name != 'pull_request' - name: Create CBOM - uses: cbomkit/cbomkit-action@v2.1.2 + uses: cbomkit/cbomkit-action@v2.2.0 id: cbom # Persist CBOM after a job has completed and share # that CBOM with another job in the same workflow.