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 }}