From 797b5b145f661725018626c254856693affe35e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:37:31 +0000 Subject: [PATCH] Bump reviewdog/action-yamllint from 1.22.0 to 1.23.1 Bumps [reviewdog/action-yamllint](https://github.com/reviewdog/action-yamllint) from 1.22.0 to 1.23.1. - [Release notes](https://github.com/reviewdog/action-yamllint/releases) - [Commits](https://github.com/reviewdog/action-yamllint/compare/b5f7217d8c815ae374d1d55840d5e569d82f01f0...de68272fdca5f2a961fb309e0d2e13c2eb186d9e) --- updated-dependencies: - dependency-name: reviewdog/action-yamllint dependency-version: 1.23.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 6b3a627f..91e42401 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -57,7 +57,7 @@ jobs: glob_pattern: src fail_on_error: true - name: yamllint - uses: reviewdog/action-yamllint@b5f7217d8c815ae374d1d55840d5e569d82f01f0 # v1.22.0 + uses: reviewdog/action-yamllint@de68272fdca5f2a961fb309e0d2e13c2eb186d9e # v1.23.1 with: github_token: ${{ secrets.github_token }} reporter: github-pr-review