From 497f206c50d31266c565c4446c261565e77d74b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:37:06 +0000 Subject: [PATCH] chore(deps): update anchore/sbom-action action to v0.17.7 --- .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 a45999d..91990bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: go-version: 1.23 cache: true - uses: sigstore/cosign-installer@v3.7.0 # installs cosign - - uses: anchore/sbom-action/download-syft@v0.17.6 # installs syft + - uses: anchore/sbom-action/download-syft@v0.17.7 # installs syft - uses: docker/login-action@v3 # login to ghcr with: registry: ghcr.io