From b839435f9c2018b9bd0819fc923a32ca779df054 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 18:07:54 +0000 Subject: [PATCH] chore(deps): update anchore/sbom-action action to v0.15.9 --- .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 d924c12..4ae2ac3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Install Cosign uses: sigstore/cosign-installer@v3 - name: Install Syft - uses: anchore/sbom-action/download-syft@v0.15.1 + uses: anchore/sbom-action/download-syft@v0.15.9 - name: Run GoReleaser id: release-pipeline uses: goreleaser/goreleaser-action@v5