From 536e59c090a23d80841a42f4a7ed9b1010d4f0a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 07:55:10 +0000 Subject: [PATCH] Bump anchore/sbom-action from 0.15.2 to 0.15.3 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.15.2 to 0.15.3. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](https://github.com/anchore/sbom-action/compare/v0.15.2...v0.15.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 5d6c981d..ac3b1aae 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.15.2 + uses: anchore/sbom-action@v0.15.3 with: path: ./ artifact-name: tape-${{ steps.meta.outputs.labels }}.json