From 842f5c68a92b1100a4bc9fb3d5818c0f28caba35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 08:16:11 +0000 Subject: [PATCH] tidy: bump reviewdog/action-yamllint in /.github/workflows Bumps [reviewdog/action-yamllint](https://github.com/reviewdog/action-yamllint) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/reviewdog/action-yamllint/releases) - [Commits](https://github.com/reviewdog/action-yamllint/compare/b5f7217d8c815ae374d1d55840d5e569d82f01f0...e02a49fdf53f51ddd8dfa89b09aa975043aeba38) --- updated-dependencies: - dependency-name: reviewdog/action-yamllint dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Linter.yml b/.github/workflows/Linter.yml index 66a8c8e..b298a64 100644 --- a/.github/workflows/Linter.yml +++ b/.github/workflows/Linter.yml @@ -29,7 +29,7 @@ jobs: DISABLE_LINTERS: "CPP" # Disable linting for other languages - name: Run ReviewDog with yamlint - uses: reviewdog/action-yamllint@b5f7217d8c815ae374d1d55840d5e569d82f01f0 # v1.22.0 + uses: reviewdog/action-yamllint@e02a49fdf53f51ddd8dfa89b09aa975043aeba38 # v1.23.0 with: github_token: ${{ secrets.github_token }} reporter: github-pr-review # Change reporter.