From bda3cc5680fa5e02b1acdcd8cfb9d42982fe2953 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 21:12:32 +0000 Subject: [PATCH] chore(deps): update anchore/sbom-action action to v0.24.2 (#222) 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 90dda30..1f4d5e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: go-version-file: go.mod cache: true - name: Install Syft - uses: anchore/sbom-action/download-syft@v0.24.1 # installs syft + uses: anchore/sbom-action/download-syft@v0.24.2 # installs syft - name: Set up QEMU uses: docker/setup-qemu-action@v4 - name: Set up Docker Buildx