diff --git a/.github/actions/scan-sbom/action.yml b/.github/actions/scan-sbom/action.yml index 2389fa20..9d0b241f 100644 --- a/.github/actions/scan-sbom/action.yml +++ b/.github/actions/scan-sbom/action.yml @@ -23,7 +23,7 @@ runs: steps: - name: Scan SBOM id: scan - uses: anchore/scan-action@5ed195cc06065322983cae4bb31e2a751feb86fd # v5 + uses: anchore/scan-action@f2ba85e044c8f5e5014c9a539328a9c78d3bfa49 # v5 with: sbom: ${{ inputs.sbom-file }} output-format: ${{ inputs.output-format }}