From fbaa4e97d2afd1d8df003bbccafb4f2309a6b9df Mon Sep 17 00:00:00 2001 From: Gottam Sai Bharath <7725109+Gsbreddy@users.noreply.github.com> Date: Tue, 2 Jun 2026 01:16:53 +0200 Subject: [PATCH] bug: Upgrade cyclonedx-bom to version 7.3.0 --- .github/workflows/sbom.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index 9998d91..5928978 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -35,7 +35,7 @@ jobs: - name: Install cyclonedx-bom # Pinned so the SBOM tool itself is reproducible across releases. Bump in lockstep # with a deliberate test run; do not auto-upgrade. (Reviewer MAJOR-4) - run: python -m pip install --upgrade pip "cyclonedx-bom==6.1.4" + run: python -m pip install --upgrade pip "cyclonedx-bom==7.3.0" - name: Compile pinned requirements from pyproject.toml run: uv pip compile pyproject.toml -o requirements.txt