diff --git a/.github/workflows/gha.yaml b/.github/workflows/gha.yaml index b99f8f4..98e6f3e 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@a5524e1c19e62881d79c1f1b9b6f09f16356e281 # v1.65.2 + - uses: reviewdog/action-actionlint@e37e2ca68a70112d21e135229272da28ce2d0d5a # v1.66.1 with: fail_level: error filter_mode: nofilter # Post results on all results and not just changed files