From aa66e1fd9013738d67b763dc9fc0a378ddc62d21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 04:46:29 +0000 Subject: [PATCH] chore(deps): bump reviewdog/action-actionlint from 1.73.1 to 1.73.2 Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.73.1 to 1.73.2. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/d63ba7532e0942965320cd8d73cbae4c7b3c5283...dbe5299849118fd6f099ba563d263d770955a64a) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-version: 1.73.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/yaml-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/yaml-lint.yml b/.github/workflows/yaml-lint.yml index aab52514..bede96f2 100644 --- a/.github/workflows/yaml-lint.yml +++ b/.github/workflows/yaml-lint.yml @@ -60,7 +60,7 @@ jobs: persist-credentials: false - name: Run actionlint - uses: reviewdog/action-actionlint@d63ba7532e0942965320cd8d73cbae4c7b3c5283 # v1 + uses: reviewdog/action-actionlint@dbe5299849118fd6f099ba563d263d770955a64a # v1 continue-on-error: true with: fail_level: error