From 5ab9022f65ff65c544465ce16a3956d8b0777e46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:13:15 +0000 Subject: [PATCH] Bump anchore/sbom-action from 0.14.2 to 0.15.0 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.14.2 to 0.15.0. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](https://github.com/anchore/sbom-action/compare/v0.14.2...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] --- .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 16993f4..002b798 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v3 - uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2 - uses: sigstore/cosign-installer@v3.0.3 - - uses: anchore/sbom-action/download-syft@v0.14.2 + - uses: anchore/sbom-action/download-syft@v0.15.0 - name: ghcr-login if: startsWith(github.ref, 'refs/tags/v') uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v1