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.