From 08ba244a9930b34b24cfcaf7b4c66833d2283419 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:08:24 +0000 Subject: [PATCH] build(deps): bump anchore/sbom-action from 0.20.6 to 0.20.9 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.20.6 to 0.20.9. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](https://github.com/anchore/sbom-action/compare/v0.20.6...v0.20.9) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.20.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/scan_sbom.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan_sbom.yml b/.github/workflows/scan_sbom.yml index ddd058070..7d1457880 100644 --- a/.github/workflows/scan_sbom.yml +++ b/.github/workflows/scan_sbom.yml @@ -38,7 +38,7 @@ jobs: run: uv run python -m pip install --no-index --find-links=wheelhouse ${{ env.PACKAGE_NAME }} - name: Generate SBOM with Syft - uses: anchore/sbom-action@v0.20.6 + uses: anchore/sbom-action@v0.20.9 with: format: cyclonedx-json output-file: sbom.cyclonedx.json