From a6459a750ab15ea561c8527047a3200cda577069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 03:17:38 +0000 Subject: [PATCH] [Dependencies]: Bump actions/dependency-review-action Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/v3.1.4...v3.1.5) --- 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 9696504b..1cf11f3a 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -253,7 +253,7 @@ jobs: fetch-depth: 0 - name: 'Dependency Review' if: steps.visibility.outputs.is_public == 'true' - uses: actions/dependency-review-action@v3.1.4 + uses: actions/dependency-review-action@v3.1.5 no-merge-commits: # Check that there are no merge commits in the PR