From 9b7c1315e173415fb74b7483dddd2b9114d240a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 14:33:02 +0100 Subject: [PATCH] Bump anchore/sbom-action from 0.7.0 to 0.8.0 (#50) Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](https://github.com/anchore/sbom-action/compare/v0.7.0...v0.8.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 4bfe096..352bdcd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: go-version: 1.16.x - uses: sigstore/cosign-installer@v2.1.0 # installs cosign - - uses: anchore/sbom-action/download-syft@v0.7.0 # installs syft + - uses: anchore/sbom-action/download-syft@v0.8.0 # installs syft - uses: actions/checkout@v3