From 41ca0c7771065e9cce1d6f4106b8551d23941d40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 14:21:27 +0000 Subject: [PATCH] chore(deps): bump reviewdog/action-suggester from 1.20.0 to 1.21.0 Bumps [reviewdog/action-suggester](https://github.com/reviewdog/action-suggester) from 1.20.0 to 1.21.0. - [Release notes](https://github.com/reviewdog/action-suggester/releases) - [Commits](https://github.com/reviewdog/action-suggester/compare/a3026c6020837c23b61a79d12db223a00df19e6a...4747dbc9f9e37adba0943e681cc20db466642158) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting-formatting.yml b/.github/workflows/linting-formatting.yml index 48cd5bd..cb21aea 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@a3026c6020837c23b61a79d12db223a00df19e6a # v1.19.0 + - uses: reviewdog/action-suggester@4747dbc9f9e37adba0943e681cc20db466642158 # v1.19.0 with: tool_name: MegaLinter