From 6d859bc00f1679830542a5027c7a1e8b2b2880b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 17:44:25 +0000 Subject: [PATCH] chore(ci): bump reviewdog/action-actionlint Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 664c8ef5435569dd2880e62d891ab3ecdf98dc60 to 5205c91f87158d1dc37318a1f17628bbd172287e. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/664c8ef5435569dd2880e62d891ab3ecdf98dc60...5205c91f87158d1dc37318a1f17628bbd172287e) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-version: 5205c91f87158d1dc37318a1f17628bbd172287e dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/action-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action-lint.yaml b/.github/workflows/action-lint.yaml index b260415fd4..dcd8cb9cdb 100644 --- a/.github/workflows/action-lint.yaml +++ b/.github/workflows/action-lint.yaml @@ -23,7 +23,7 @@ jobs: with: persist-credentials: false - name: "Run reviewdog actionlint" - uses: reviewdog/action-actionlint@664c8ef5435569dd2880e62d891ab3ecdf98dc60 # v1.57.0 + uses: reviewdog/action-actionlint@5205c91f87158d1dc37318a1f17628bbd172287e # v1.57.0 with: reporter: "github-pr-review" fail_level: error