From 503fad46a6a69b3de4d67471d42401b9b98f931f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 21:56:44 +0000 Subject: [PATCH] chore(deps): update anchore/sbom-action action to v0.20.7 (#125) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 5a22576..28d4f29 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: go-version-file: go.mod cache: true - uses: sigstore/cosign-installer@v3.10.0 # installs cosign - - uses: anchore/sbom-action/download-syft@v0.20.6 # installs syft + - uses: anchore/sbom-action/download-syft@v0.20.7 # installs syft - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx