Bump platisd/clang-tidy-pr-comments from 1.4.3 to 1.5.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 22 Jul 2024 23:58:37 +0000 (23:58 +0000)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Wed, 7 Aug 2024 10:17:30 +0000 (12:17 +0200)
Bumps [platisd/clang-tidy-pr-comments](https://github.com/platisd/clang-tidy-pr-comments) from 1.4.3 to 1.5.0.
- [Release notes](https://github.com/platisd/clang-tidy-pr-comments/releases)
- [Commits](https://github.com/platisd/clang-tidy-pr-comments/compare/v1.4.3...v1.5.0)

---
updated-dependencies:
- dependency-name: platisd/clang-tidy-pr-comments
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/clang-tidy-review.yml

index 2094a604d65127ddfceb2c0ece53619b7803cbec..5602dbfee15f03d9bad04092162fed99b603e80c 100644 (file)
@@ -24,7 +24,7 @@ jobs:
         /usr/bin/git config --global --add safe.directory "$GITHUB_WORKSPACE"
         /usr/bin/git diff -U0 HEAD^ | clang-tidy-diff-15.py -checks='-*,modernize-use-auto,modernize-use-using,modernize-use-nodiscard,modernize-use-nullptr,modernize-use-override,cppcoreguidelines-pro-type-static-cast-downcast' -p1 -path build -export-fixes clang-tidy-result/fixes.yml
     - name: Run clang-tidy-pr-comments action
-      uses: platisd/clang-tidy-pr-comments@v1.4.3 # >1.4.3 switches to composite method w/ a forced python version and breaks things: https://github.com/actions/setup-python/issues/871
+      uses: platisd/clang-tidy-pr-comments@v1.5.0 # >1.4.3 switches to composite method w/ a forced python version and breaks things: https://github.com/actions/setup-python/issues/871
       with:
         # The GitHub token (or a personal access token)
         github_token: ${{ secrets.GITHUB_TOKEN }}