From 9cbc5b23feb459ec2b09c819f46da0014149fc67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 09:04:38 +0000 Subject: [PATCH] chore(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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting-formatting.yml b/.github/workflows/linting-formatting.yml index 95d04aa2..a92ffe31 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@3f60d0e826f0873905e0eeca522d562a6e67afbd # v1.7.1 + - uses: reviewdog/action-suggester@a60fde3c0152426868be6dc5bcb7e1c89bba2358 # v1.7.4 with: tool_name: MegaLinter