From bfc244361e3482d320f5e84d4975116c88e6e222 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 02:24:04 +0000 Subject: [PATCH] Bump reviewdog/action-yamllint from 1.23.0 to 1.23.1 Bumps [reviewdog/action-yamllint](https://github.com/reviewdog/action-yamllint) from 1.23.0 to 1.23.1. - [Release notes](https://github.com/reviewdog/action-yamllint/releases) - [Commits](https://github.com/reviewdog/action-yamllint/compare/e02a49fdf53f51ddd8dfa89b09aa975043aeba38...de68272fdca5f2a961fb309e0d2e13c2eb186d9e) --- updated-dependencies: - dependency-name: reviewdog/action-yamllint dependency-version: 1.23.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/reviewdog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index b4c9e1f..207310f 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -39,7 +39,7 @@ jobs: persist-credentials: false - name: yamllint - uses: reviewdog/action-yamllint@e02a49fdf53f51ddd8dfa89b09aa975043aeba38 # v1.23.0 + uses: reviewdog/action-yamllint@de68272fdca5f2a961fb309e0d2e13c2eb186d9e # v1.23.1 with: github_token: ${{ secrets.github_token }} reporter: github-pr-review