From 6fb4724ea8d110258497c7849628bb58cc62d511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 09:30:02 +0200 Subject: [PATCH] build(deps): bump reviewdog/action-suggester from 1.14.0 to 1.15.0 in the minor-and-patch-action-updates group (#660) build(deps): bump reviewdog/action-suggester Bumps the minor-and-patch-action-updates group with 1 update: [reviewdog/action-suggester](https://github.com/reviewdog/action-suggester). Updates `reviewdog/action-suggester` from 1.14.0 to 1.15.0 - [Release notes](https://github.com/reviewdog/action-suggester/releases) - [Commits](https://github.com/reviewdog/action-suggester/compare/42b08604516990e201b3c21902cc13c6a0ee5fe8...a1d57ff096639094e0ba35ef3039e79316364796) --- updated-dependencies: - dependency-name: reviewdog/action-suggester dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-action-updates ... 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 b2a314221..1a69a92a3 100644 --- a/.github/workflows/linting-formatting.yml +++ b/.github/workflows/linting-formatting.yml @@ -42,6 +42,6 @@ jobs: name: linter path: | megalinter-reports - - uses: reviewdog/action-suggester@42b08604516990e201b3c21902cc13c6a0ee5fe8 # v1.14.0 + - uses: reviewdog/action-suggester@a1d57ff096639094e0ba35ef3039e79316364796 # v1.15.0 with: tool_name: MegaLinter