From efbe5624afc61d4457be42ec56b78f00b2df1709 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 16:00:08 +0000 Subject: [PATCH] Bump anchore/sbom-action from 0.14.2 to 0.14.3 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.14.2 to 0.14.3. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](https://github.com/anchore/sbom-action/compare/v0.14.2...v0.14.3) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 b4d2dd1..aa7be27 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.14.3 - name: ghcr-login if: startsWith(github.ref, 'refs/tags/v') uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v1