From d0784ad455a13de81dbe111d13d15feffcca89cd Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Thu, 6 Jun 2024 07:16:21 +0000 Subject: [PATCH] [Actions] Updated .github/workflows/pr-lint.yml --- .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 ffe6ff57..b9de42e2 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -411,7 +411,7 @@ jobs: - name: 'Dependency Review' if: steps.visibility.outputs.is_public == 'true' - uses: actions/dependency-review-action@v4.3.2 + uses: actions/dependency-review-action@v4.3.3 no-merge-commits: # Check that there are no merge commits in the PR