diff --git a/.github/workflows/security-dependencies.yml b/.github/workflows/security-dependencies.yml index 3291720..9f1f09a 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@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3 + uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4 with: fail-on-severity: ${{ inputs.severity || 'low' }} comment-summary-in-pr: ${{ inputs.comment || 'always' }}