From d553cc2bda471ae17f2bdf9d268ea8d46b472410 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 19:24:58 +0000 Subject: [PATCH] chore(deps): update anchore/sbom-action action to v0.17.3 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0b8dd7..de578f1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: - name: Install cosign uses: sigstore/cosign-installer@v3.5.0 - name: Download Syft - uses: anchore/sbom-action/download-syft@v0.15.11 + uses: anchore/sbom-action/download-syft@v0.17.3 - name: Release via GoReleaser uses: goreleaser/goreleaser-action@v5