From 9dce256ef23cd46e42f96ec405c6f8bb014ceed9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 20:50:21 +0000 Subject: [PATCH] Update anchore/sbom-action action to v0.16.0 --- .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 bc0d947..d629175 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.14.3 + - uses: anchore/sbom-action/download-syft@v0.16.0 - name: Set up QEMU uses: docker/setup-qemu-action@v3