From d547998a80a0be90a725f16b76765362b14d0e6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 00:18:59 +0000 Subject: [PATCH] build(deps): bump reviewdog/action-suggester from 1.7.1 to 1.8.0 Bumps [reviewdog/action-suggester](https://github.com/reviewdog/action-suggester) from 1.7.1 to 1.8.0. - [Release notes](https://github.com/reviewdog/action-suggester/releases) - [Commits](https://github.com/reviewdog/action-suggester/compare/3f60d0e826f0873905e0eeca522d562a6e67afbd...94877e550e6b522dc1d21231974b645ff2f084ce) --- updated-dependencies: - dependency-name: reviewdog/action-suggester dependency-type: direct:production update-type: version-update:semver-minor ... 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 5d28efb..e7036b6 100644 --- a/.github/workflows/linting-formatting.yml +++ b/.github/workflows/linting-formatting.yml @@ -30,7 +30,7 @@ jobs: clangFormatVersion: 15 inplace: true extensions: "cpp,hpp" - - uses: reviewdog/action-suggester@3f60d0e826f0873905e0eeca522d562a6e67afbd # v1.7.1 + - uses: reviewdog/action-suggester@94877e550e6b522dc1d21231974b645ff2f084ce # v1.8.0 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@94877e550e6b522dc1d21231974b645ff2f084ce # v1.8.0 # with: # tool_name: MegaLinter # filter_mode: diff_context