From 70b883be7aa81482466fcc4c12f102f525fbcb2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 05:10:55 +0000 Subject: [PATCH] Bump cbomkit/cbomkit-action from 2.1.1 to 2.1.2 Bumps [cbomkit/cbomkit-action](https://github.com/cbomkit/cbomkit-action) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/cbomkit/cbomkit-action/releases) - [Commits](https://github.com/cbomkit/cbomkit-action/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: cbomkit/cbomkit-action dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 24e94f5b..58eb94de 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.1 + uses: cbomkit/cbomkit-action@v2.1.2 id: cbom # Persist CBOM after a job has completed and share # that CBOM with another job in the same workflow.