From 39320dfd7a090e42df9eb17dd12dc965cbe8083f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 09:46:03 +0100 Subject: [PATCH] build(deps): Bump anchore/sbom-action from 0.14.3 to 0.15.0 (#28) Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.14.3 to 0.15.0. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](https://github.com/anchore/sbom-action/compare/v0.14.3...v0.15.0) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 cc8240d..5611efe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: cache: true go-version: "1.20" check-latest: true - - uses: anchore/sbom-action/download-syft@v0.14.3 + - uses: anchore/sbom-action/download-syft@v0.15.0 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v5.0.0 with: