diff --git a/.github/workflows/reusable-dependency-review.yml b/.github/workflows/reusable-dependency-review.yml index 8c7a499..706bf22 100644 --- a/.github/workflows/reusable-dependency-review.yml +++ b/.github/workflows/reusable-dependency-review.yml @@ -64,7 +64,7 @@ jobs: - name: Dependency Review if: github.event_name == 'pull_request' - uses: actions/dependency-review-action@c090f4e553673e6e505ea70d6a95362ee12adb94 # v3.0.3 + uses: actions/dependency-review-action@fde92acd0840415674c16b39c7d703fc28bc511e # v3.1.2 with: fail-on-severity: ${{ inputs.fail-on-severity }} allow-ghsas: ${{ inputs.allow-ghsas }} @@ -74,7 +74,7 @@ jobs: - name: Dependency Review if: github.event_name == 'push' || github.event_name == 'schedule' - uses: actions/dependency-review-action@c090f4e553673e6e505ea70d6a95362ee12adb94 # v3.0.3 + uses: actions/dependency-review-action@fde92acd0840415674c16b39c7d703fc28bc511e # v3.1.2 with: fail-on-severity: ${{ inputs.fail-on-severity }} allow-ghsas: ${{ inputs.allow-ghsas }}