From 29f36423951c9995937baf1a2c0c161307c51214 Mon Sep 17 00:00:00 2001 From: narumi <4680567+narumiruna@users.noreply.github.com> Date: Sat, 6 Jan 2024 14:05:39 +0800 Subject: [PATCH] specify the version of morphy2k/revive-action to 2.5.4 --- .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 79ca5258c..f13aa092a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -87,7 +87,7 @@ jobs: sed -i -e '/_requestgen.go/d' coverage_dnum.txt - name: Revive Check - uses: morphy2k/revive-action@v2 + uses: morphy2k/revive-action@v2.5.4 # https://github.com/mgechev/revive/issues/956 with: reporter: github-pr-review fail_on_error: true