From d23768e8c048e1f0ed1703a8edf22490ed836d66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 22:12:23 +0000 Subject: [PATCH] Update anchore/sbom-action action to v0.15.11 --- .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 881fc84..c9e0f09 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -34,7 +34,7 @@ jobs: name: install cosign uses: sigstore/cosign-installer@main - - uses: anchore/sbom-action/download-syft@v0.14.3 + uses: anchore/sbom-action/download-syft@v0.15.11 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4