From f549e7f453e1ef50e3fb928de6266e455835d3c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 06:27:16 +0000 Subject: [PATCH] dep: bump morphy2k/revive-action from 2.6.0 to 2.7.0 Bumps [morphy2k/revive-action](https://github.com/morphy2k/revive-action) from 2.6.0 to 2.7.0. - [Release notes](https://github.com/morphy2k/revive-action/releases) - [Commits](https://github.com/morphy2k/revive-action/compare/v2.6.0...v2.7.0) --- updated-dependencies: - dependency-name: morphy2k/revive-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2ac334431..1be67e8d6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -90,7 +90,7 @@ jobs: sed -i -e '/_requestgen.go/d' coverage_dnum.txt - name: Revive Check - uses: morphy2k/revive-action@v2.6.0 # https://github.com/mgechev/revive/issues/956 + uses: morphy2k/revive-action@v2.7.0 # https://github.com/mgechev/revive/issues/956 with: reporter: github-pr-review fail_on_error: true