From e37c92d3ba224d9512fb0cacd3d0a7cbabe0c978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 20:51:42 -0700 Subject: [PATCH] Bump the actions-minor group with 1 update (#26) Bumps the actions-minor group with 1 update: [anchore/sbom-action](https://github.com/anchore/sbom-action). Updates `anchore/sbom-action` from 0.15.8 to 0.15.9 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](https://github.com/anchore/sbom-action/compare/b6a39da80722a2cb0ef5d197531764a89b5d48c3...9fece9e20048ca9590af301449208b2b8861333b) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index baab54d..75f328b 100644 --- a/action.yml +++ b/action.yml @@ -78,7 +78,7 @@ runs: shell: bash - name: Generate SBOM if: inputs.sbom-path == '' - uses: anchore/sbom-action@b6a39da80722a2cb0ef5d197531764a89b5d48c3 # v0.15.8 + uses: anchore/sbom-action@9fece9e20048ca9590af301449208b2b8861333b # v0.15.9 with: path: ${{ inputs.scan-path }} output-file: ${{ steps.sbom-output.outputs.path }}