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