From 9658408cae98755fc05f9137da3a9dbed7ce47fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 07:30:08 +0000 Subject: [PATCH] Bump anchore/sbom-action from 0.16.1 to 0.17.1 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.16.1 to 0.17.1. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](https://github.com/anchore/sbom-action/compare/v0.16.1...v0.17.1) --- 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 18d637c8..c0c5630c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,7 +71,7 @@ jobs: tape-${{runner.os}}-${{runner.arch}} config.yaml - name: Generate SBOM - uses: anchore/sbom-action@v0.16.1 + uses: anchore/sbom-action@v0.17.1 with: path: ./ artifact-name: tape-${{ steps.meta.outputs.labels }}.json