chore(deps): bump ZedThree/clang-tidy-review from 0.16.0 to 0.17.0

Bumps [ZedThree/clang-tidy-review](https://github.com/zedthree/clang-tidy-review) from 0.16.0 to 0.17.0.
- [Release notes](https://github.com/zedthree/clang-tidy-review/releases)
- [Changelog](https://github.com/ZedThree/clang-tidy-review/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zedthree/clang-tidy-review/compare/v0.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: ZedThree/clang-tidy-review
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-19 00:14:33 +00:00 committed by pajlada
parent 4380ef8c5f
commit 65c7bfa805
2 changed files with 3 additions and 3 deletions

View file

@ -119,7 +119,7 @@ jobs:
- name: clang-tidy review - name: clang-tidy review
timeout-minutes: 20 timeout-minutes: 20
uses: ZedThree/clang-tidy-review@v0.16.0 uses: ZedThree/clang-tidy-review@v0.17.0
with: with:
build_dir: build-clang-tidy build_dir: build-clang-tidy
config_file: ".clang-tidy" config_file: ".clang-tidy"
@ -145,4 +145,4 @@ jobs:
libbenchmark-dev libbenchmark-dev
- name: clang-tidy-review upload - name: clang-tidy-review upload
uses: ZedThree/clang-tidy-review/upload@v0.16.0 uses: ZedThree/clang-tidy-review/upload@v0.17.0

View file

@ -14,6 +14,6 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }} if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps: steps:
- uses: ZedThree/clang-tidy-review/post@v0.16.0 - uses: ZedThree/clang-tidy-review/post@v0.17.0
with: with:
lgtm_comment_body: "" lgtm_comment_body: ""