From 9acf6b947f096b5566f39dba3f5c1879f6e8eb12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 06:22:05 +0000 Subject: [PATCH] Chore(deps): Bump anchore/sbom-action from 0.11.0 to 0.12.0 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](https://github.com/anchore/sbom-action/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 a806f390..f4fef11f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: uses: sigstore/cosign-installer@v2.5.0 - name: Install syft if: ${{ success() }} - uses: anchore/sbom-action/download-syft@v0.11.0 + uses: anchore/sbom-action/download-syft@v0.12.0 - id: docker-login name: Login to Docker hub if: ${{ success() }}