From c45dba82994ef969b37953a0cce6a37e657f67e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 12:19:21 +0100 Subject: [PATCH] chore(deps): bump reviewdog/action-suggester from 1.10.0 to 1.11.0 (#296) Bumps [reviewdog/action-suggester](https://github.com/reviewdog/action-suggester) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/reviewdog/action-suggester/releases) - [Commits](https://github.com/reviewdog/action-suggester/compare/45ee3515eafbecd5fc154cd8a74e0de93ee2b28e...3d7fde6859623ad6174df5fd662677a0eb63310a) --- updated-dependencies: - dependency-name: reviewdog/action-suggester dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/linting-formatting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting-formatting.yml b/.github/workflows/linting-formatting.yml index ebc40a77..a9b45b50 100644 --- a/.github/workflows/linting-formatting.yml +++ b/.github/workflows/linting-formatting.yml @@ -40,6 +40,6 @@ jobs: name: Linter Report path: | megalinter-reports - - uses: reviewdog/action-suggester@45ee3515eafbecd5fc154cd8a74e0de93ee2b28e # v1.10.0 + - uses: reviewdog/action-suggester@3d7fde6859623ad6174df5fd662677a0eb63310a # v1.11.0 with: tool_name: MegaLinter