Merge pull request #7511 from nextcloud/dependabot/github_actions/platisd/clang-tidy-pr-comments-1.6.1

Build(deps): Bump platisd/clang-tidy-pr-comments from 1.5.1 to 1.6.1
This commit is contained in:
Matthieu Gallien 2024-11-19 16:56:37 +01:00 коммит произвёл GitHub
Родитель 13e07faf74 f148e311ed
Коммит 14e40fc55b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/clang-tidy-review.yml поставляемый
Просмотреть файл

@ -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.5.1 # >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.6.1 # >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 }}