From c6b94ce301ed9d9adb84a431a9ab87471b374b91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 08:59:15 +0000 Subject: [PATCH] tidy: bump reviewdog/action-yamllint in /.github/workflows 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/Linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Linter.yml b/.github/workflows/Linter.yml index 13c7eb4..5f8296e 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@e02a49fdf53f51ddd8dfa89b09aa975043aeba38 # v1.23.0 + uses: reviewdog/action-yamllint@de68272fdca5f2a961fb309e0d2e13c2eb186d9e # v1.23.1 with: github_token: ${{ secrets.github_token }} reporter: github-pr-review # Change reporter.