From 53fc5d670ed0898f5200185273c144c3b5e60de3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 03:04:53 +0000 Subject: [PATCH] Bump cbomkit/cbomkit-action from 2.2.0 to 2.3.0 Bumps [cbomkit/cbomkit-action](https://github.com/cbomkit/cbomkit-action) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/cbomkit/cbomkit-action/releases) - [Commits](https://github.com/cbomkit/cbomkit-action/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: cbomkit/cbomkit-action dependency-version: 2.3.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 be46ca7..2516d7b 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.2.0 + uses: cbomkit/cbomkit-action@v2.3.0 id: cbom # Persist CBOM after a job has completed and share # that CBOM with another job in the same workflow.