From 1d73b19095228592b01da6d95a85ea71face44bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 05:42:41 +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/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 675b9bc8..dd11c932 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,7 +32,7 @@ jobs: - name: Build with Maven run: mvn clean package - 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.