Bump ZedThree/clang-tidy-review from 0.13.1 to 0.13.2 (#4744)

Bumps [ZedThree/clang-tidy-review](https://github.com/zedthree/clang-tidy-review) from 0.13.1 to 0.13.2.
- [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.13.1...v0.13.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-03 10:39:04 +02:00 committed by GitHub
parent 89323ffa1f
commit 557e8d0640
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -292,7 +292,7 @@ jobs:
- name: clang-tidy review - name: clang-tidy review
if: matrix.clang-tidy-review && github.event_name == 'pull_request' if: matrix.clang-tidy-review && github.event_name == 'pull_request'
uses: ZedThree/clang-tidy-review@v0.13.1 uses: ZedThree/clang-tidy-review@v0.13.2
with: with:
build_dir: build-clang-tidy build_dir: build-clang-tidy
config_file: ".clang-tidy" config_file: ".clang-tidy"
@ -319,7 +319,7 @@ jobs:
- name: clang-tidy-review upload - name: clang-tidy-review upload
if: matrix.clang-tidy-review && github.event_name == 'pull_request' if: matrix.clang-tidy-review && github.event_name == 'pull_request'
uses: ZedThree/clang-tidy-review/upload@v0.13.1 uses: ZedThree/clang-tidy-review/upload@v0.13.2
- name: Package - AppImage (Ubuntu) - name: Package - AppImage (Ubuntu)
if: startsWith(matrix.os, 'ubuntu-20.04') && !matrix.skip-artifact if: startsWith(matrix.os, 'ubuntu-20.04') && !matrix.skip-artifact

View file

@ -12,6 +12,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: ZedThree/clang-tidy-review/post@v0.13.1 - uses: ZedThree/clang-tidy-review/post@v0.13.2
with: with:
lgtm_comment_body: "" lgtm_comment_body: ""