From 847e498446fe269073a55a3fa7e65019e220f2f7 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Tue, 22 Oct 2024 11:52:37 +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 ae61ee3a..260d0a75 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -312,7 +312,7 @@ jobs: - name: 'Dependency Review' if: steps.visibility.outputs.is_public == 'true' - uses: actions/dependency-review-action@v4.3.4 + uses: actions/dependency-review-action@v4.3.5 no-merge-commits: # Check that there are no merge commits in the PR