From 68fa244658a9257768e9646ea49c96ab58240fe2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 06:31:35 +0000 Subject: [PATCH] chore(deps): update anchore/sbom-action action to v0.17.2 (#9091) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/sbom-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sbom-report.yml b/.github/workflows/sbom-report.yml index c06d47904b5..ed1748a641c 100644 --- a/.github/workflows/sbom-report.yml +++ b/.github/workflows/sbom-report.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Anchore SBOM Action - uses: anchore/sbom-action@v0.17.1 + uses: anchore/sbom-action@v0.17.2 with: artifact-name: ${{ github.event.repository.name }}-spdx.json