diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 9d1ffd7..dd36063 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -74,7 +74,7 @@ jobs: core.setFailure(`Could not determine configuration for inputs: ${inputs}`) - name: Scan - uses: actions/dependency-review-action@v4 + uses: actions/dependency-review-action@v4.3.3 with: comment-summary-in-pr: ${{ inputs.comment-summary-in-pr }} fail-on-severity: ${{ inputs.fail-on-severity }}