From a0a8f63eb4c3a8ba5b5c39c9fa102523266ca3da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 03:10:26 +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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4eaacc0..89da14d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - 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.