diff --git a/.github/workflows/gha.yaml b/.github/workflows/gha.yaml index ea1a712..79a3dea 100644 --- a/.github/workflows/gha.yaml +++ b/.github/workflows/gha.yaml @@ -19,7 +19,7 @@ jobs: # https://github.com/rhysd/actionlint/blob/v1.7.6/docs/usage.md#reviewdog # https://github.com/reviewdog/reviewdog#filter-mode # No support for non-workflows yet: https://github.com/rhysd/actionlint/issues/46 - - uses: reviewdog/action-actionlint@83e4ed25b168066ad8f62f5afbb29ebd8641d982 # v1.69.1 + - uses: reviewdog/action-actionlint@0d952c597ef8459f634d7145b0b044a9699e5e43 # v1.71.0 with: fail_level: error filter_mode: nofilter # Post results on all results and not just changed files