From a2504583f12947cbaee042133e5e2f3a4b1a42b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:26:59 +0100 Subject: [PATCH] chore(deps): update anchore/sbom-action action to v0.15.8 (#37) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/base-goreleaser-ci.yaml | 2 +- .github/workflows/base-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/base-goreleaser-ci.yaml b/.github/workflows/base-goreleaser-ci.yaml index 2d95bb4..50f71e0 100644 --- a/.github/workflows/base-goreleaser-ci.yaml +++ b/.github/workflows/base-goreleaser-ci.yaml @@ -30,7 +30,7 @@ jobs: with: go-version: 1.21 - - uses: anchore/sbom-action/download-syft@v0.15.7 + - uses: anchore/sbom-action/download-syft@v0.15.8 - name: Generate the sources run: make generate-sources diff --git a/.github/workflows/base-release.yaml b/.github/workflows/base-release.yaml index acb074b..89de294 100644 --- a/.github/workflows/base-release.yaml +++ b/.github/workflows/base-release.yaml @@ -32,7 +32,7 @@ jobs: with: go-version: 1.21 - - uses: anchore/sbom-action/download-syft@v0.15.7 + - uses: anchore/sbom-action/download-syft@v0.15.8 - name: Generate distribution sources run: make generate-sources