From 828d9aadcbb0ca00f9621fbd9ef2c1a1cca2538e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 01:51:43 +0000 Subject: [PATCH] build(deps): bump reviewdog/action-suggester from 1.7.1 to 1.7.4 Bumps [reviewdog/action-suggester](https://github.com/reviewdog/action-suggester) from 1.7.1 to 1.7.4. - [Release notes](https://github.com/reviewdog/action-suggester/releases) - [Commits](https://github.com/reviewdog/action-suggester/compare/3f60d0e826f0873905e0eeca522d562a6e67afbd...a60fde3c0152426868be6dc5bcb7e1c89bba2358) --- updated-dependencies: - dependency-name: reviewdog/action-suggester dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/linting-formatting.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linting-formatting.yml b/.github/workflows/linting-formatting.yml index 54a457d0d..6456e26f2 100644 --- a/.github/workflows/linting-formatting.yml +++ b/.github/workflows/linting-formatting.yml @@ -30,7 +30,7 @@ jobs: inplace: true extensions: "cpp,hpp" exclude: "./external" - - uses: reviewdog/action-suggester@3f60d0e826f0873905e0eeca522d562a6e67afbd # v1.7.1 + - uses: reviewdog/action-suggester@a60fde3c0152426868be6dc5bcb7e1c89bba2358 # v1.7.4 with: tool_name: clang-format filter_mode: diff_context @@ -61,7 +61,7 @@ jobs: name: linter path: | megalinter-reports - - uses: reviewdog/action-suggester@3f60d0e826f0873905e0eeca522d562a6e67afbd # v1.7.1 + - uses: reviewdog/action-suggester@a60fde3c0152426868be6dc5bcb7e1c89bba2358 # v1.7.4 with: tool_name: MegaLinter filter_mode: diff_context