From 37b49ce565fb18f55e123e7ea9e2001de00971d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 03:47:27 +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.2. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/v4.1.0...v4.1.2) --- 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..d0e84a4e 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.2 no-merge-commits: # Check that there are no merge commits in the PR