From 97c27665912c0eaf66b23aad3e7ff114827016b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 17:43:46 +0000 Subject: [PATCH] Bump reviewdog/action-actionlint from 1.66.0 to 1.67.0 Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.66.0 to 1.67.0. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/50b75b9513baa71e6a1899a1ebaa9ac9851cf16c...95395aac8c053577d0bc67eb7b74936c660c6f66) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-version: 1.67.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/gha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gha.yaml b/.github/workflows/gha.yaml index bd0e67b..2344ca4 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@50b75b9513baa71e6a1899a1ebaa9ac9851cf16c # v1.66.0 + - uses: reviewdog/action-actionlint@95395aac8c053577d0bc67eb7b74936c660c6f66 # v1.67.0 with: fail_level: error filter_mode: nofilter # Post results on all results and not just changed files