From 9ee1765287d75457ad3128c620c9b503c326e1eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 17:02:15 +0000 Subject: [PATCH] chore(deps): update actions/dependency-review-action action to v3.1.5 (#3883) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/dependency_review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency_review.yml b/.github/workflows/dependency_review.yml index 692213516..f86bffc7e 100644 --- a/.github/workflows/dependency_review.yml +++ b/.github/workflows/dependency_review.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.1 - - uses: actions/dependency-review-action@v3.1.4 + - uses: actions/dependency-review-action@v3.1.5 with: base-ref: ${{ github.base_ref || github.event.merge_group.base_ref }} head-ref: ${{ github.head_ref || github.event.merge_group.head_ref }}