specify the version of morphy2k/revive-action to 2.5.4

This commit is contained in:
narumi 2024-01-06 14:05:39 +08:00
parent f2d5731acf
commit 29f3642395

View File

@ -87,7 +87,7 @@ jobs:
sed -i -e '/_requestgen.go/d' coverage_dnum.txt sed -i -e '/_requestgen.go/d' coverage_dnum.txt
- name: Revive Check - name: Revive Check
uses: morphy2k/revive-action@v2 uses: morphy2k/revive-action@v2.5.4 # https://github.com/mgechev/revive/issues/956
with: with:
reporter: github-pr-review reporter: github-pr-review
fail_on_error: true fail_on_error: true