diff --git a/.github/workflows/security-dependencies.yml b/.github/workflows/security-dependencies.yml index e28102d..1d93b86 100644 --- a/.github/workflows/security-dependencies.yml +++ b/.github/workflows/security-dependencies.yml @@ -53,7 +53,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Dependency Review - uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4 + uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0 with: fail-on-severity: ${{ inputs.severity || 'low' }} comment-summary-in-pr: ${{ inputs.comment || 'always' }}