From 720179a681e1eab91d491075846ceb9cafc81f14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:31:12 +0000 Subject: [PATCH] Update actions/dependency-review-action action to v3.1.0 --- .github/workflows/reusable-dependency-review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-dependency-review.yml b/.github/workflows/reusable-dependency-review.yml index d845290..db35770 100644 --- a/.github/workflows/reusable-dependency-review.yml +++ b/.github/workflows/reusable-dependency-review.yml @@ -60,7 +60,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@6c5ccdad469c9f8a2996bfecaec55a631a347034 # v3.1.0 with: fail-on-severity: ${{ inputs.fail-on-severity }} allow-ghsas: ${{ inputs.allow-ghsas }} @@ -70,7 +70,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@6c5ccdad469c9f8a2996bfecaec55a631a347034 # v3.1.0 with: fail-on-severity: ${{ inputs.fail-on-severity }} allow-ghsas: ${{ inputs.allow-ghsas }}