From fa965fbc9ef0dbca68683bdae339f33e20df4c67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 19:15:38 +0000 Subject: [PATCH] chore(deps): update anchore/sbom-action action to v0.17.8 --- .github/workflows/syft-sbom-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/syft-sbom-ci.yml b/.github/workflows/syft-sbom-ci.yml index 41c6feb0a9213..8c5e437c4a34e 100644 --- a/.github/workflows/syft-sbom-ci.yml +++ b/.github/workflows/syft-sbom-ci.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Anchore SBOM Action - uses: anchore/sbom-action@v0.17.7 + uses: anchore/sbom-action@v0.17.8 with: artifact-name: ${{ github.event.repository.name }}-spdx.json