From 42c1f3f7a190f64536822136fa6c7aa53e4e4d17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 21:34:04 +0000 Subject: [PATCH] chore(deps): update anchore/sbom-action action to v0.17.6 --- .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 949b8415..0d93fad2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: name: install cosign uses: sigstore/cosign-installer@main - - uses: anchore/sbom-action/download-syft@v0.16.0 + uses: anchore/sbom-action/download-syft@v0.17.6 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4