From 493bfaa0953a6862a8d7778bf17fcac17669ad60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 08:15:24 +0000 Subject: [PATCH] ci(deps): bump reviewdog/action-suggester in the github-actions group Bumps the github-actions group with 1 update: [reviewdog/action-suggester](https://github.com/reviewdog/action-suggester). Updates `reviewdog/action-suggester` from 1.12.0 to 1.13.0 - [Release notes](https://github.com/reviewdog/action-suggester/releases) - [Commits](https://github.com/reviewdog/action-suggester/compare/185c9c06d0a28fbe43b50aca4b32777b649e7cbd...9e1cd88b79ba3c0023c94e44accd72344f032093) --- updated-dependencies: - dependency-name: reviewdog/action-suggester dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... 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 b4d655f6..afe03f9c 100644 --- a/.github/workflows/linting-formatting.yml +++ b/.github/workflows/linting-formatting.yml @@ -41,6 +41,6 @@ jobs: name: Linter Report path: | megalinter-reports - - uses: reviewdog/action-suggester@185c9c06d0a28fbe43b50aca4b32777b649e7cbd # v1.12.0 + - uses: reviewdog/action-suggester@9e1cd88b79ba3c0023c94e44accd72344f032093 # v1.13.0 with: tool_name: MegaLinter