From 1ec70acd63d030ffb26b7b27b02622c703977a07 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Fri, 8 Sep 2023 07:33:25 +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 fc1deb3c..3ec3e6ce 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -197,7 +197,7 @@ jobs: fetch-depth: 0 - if: ${{steps.visibility.outputs.is_public == 'true'}} name: 'Dependency Review' - uses: actions/dependency-review-action@v3.0.8 + uses: actions/dependency-review-action@v3.1.0 no-merge-commits: # Check that there are no merge commits in the PR