From 44cedbf86f45c4dbf6a5bc1c083c5d624cc91487 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:37:17 +0000 Subject: [PATCH] chore(deps): update anchore/sbom-action action to v0.17.5 --- .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 4009ae2..bf9c1dc 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -31,7 +31,7 @@ jobs: - name: install cosign uses: sigstore/cosign-installer@main - - uses: anchore/sbom-action/download-syft@v0.17.2 + - uses: anchore/sbom-action/download-syft@v0.17.5 - name: Set up QEMU uses: docker/setup-qemu-action@v3