From a61a848663aef1a269562b394ad467cfba3e7669 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 13:56:25 +0000 Subject: [PATCH] chore(deps): update anchore/sbom-action action to v0.17.7 --- .github/workflows/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 72541cd..2ad3874 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -29,7 +29,7 @@ jobs: go-version: 1.21 - name: install cosign uses: sigstore/cosign-installer@main - - uses: anchore/sbom-action/download-syft@v0.17.4 + - uses: anchore/sbom-action/download-syft@v0.17.7 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v6 with: