From 2b7d4e1d48a2abe55798d25632df46d18797d43e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:49:40 +0000 Subject: [PATCH] [Dependencies]: Bump actions/dependency-review-action Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 18b06d0d..4d50c6ac 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -257,7 +257,7 @@ jobs: fetch-depth: 0 - name: 'Dependency Review' if: steps.visibility.outputs.is_public == 'true' - uses: actions/dependency-review-action@v4.1.0 + uses: actions/dependency-review-action@v4.1.1 no-merge-commits: # Check that there are no merge commits in the PR