From e5f81e58e673fdc5c95989579b3cfbf936743ed5 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Tue, 7 Nov 2023 07:35:32 +0000 Subject: [PATCH] [Dependencies] - Update .github/workflows/pr-lint.yml to match the template repo --- .github/workflows/pr-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index f7045a09..689de672 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -233,7 +233,7 @@ jobs: fetch-depth: 0 - name: 'Dependency Review' if: steps.visibility.outputs.is_public == 'true' - uses: actions/dependency-review-action@v3.1.0 + uses: actions/dependency-review-action@v3.1.1 no-merge-commits: # Check that there are no merge commits in the PR