From 83dc461941b65572e60d60de9ffee6e5ccc51fe2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 08:12:22 +0000 Subject: [PATCH] Update anchore/sbom-action action to v0.14.3 --- .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 e467ae8..fc9bf0b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: cache: true # https://github.com/actions/setup-go#caching-dependency-files-and-build-outputs - uses: sigstore/cosign-installer@v3.0.5 # installs cosign - - uses: anchore/sbom-action/download-syft@v0.14.2 # installs syft + - uses: anchore/sbom-action/download-syft@v0.14.3 # installs syft - name: Login to GCR uses: docker/login-action@v2