From 8dc3a034c188e046b82d2e8f71c4c0de56f7830b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 18:19:00 +0000 Subject: [PATCH] chore(deps): pin actions/dependency-review-action action to 6c5ccda --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36fa609b..c804a435 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 - name: Dependency Review - uses: actions/dependency-review-action@v3 + uses: actions/dependency-review-action@6c5ccdad469c9f8a2996bfecaec55a631a347034 # v3 with: base-ref: refs/heads/main head-ref: ${{ github.ref }}