Skip to content

Commit

Permalink
⬆️ Bump ZedThree/clang-tidy-review from 0.19.0 to 0.20.0 (#226)
Browse files Browse the repository at this point in the history
Bumps [ZedThree/clang-tidy-review](https://github.com/zedthree/clang-tidy-review) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/zedthree/clang-tidy-review/releases)
- [Changelog](https://github.com/ZedThree/clang-tidy-review/blob/master/CHANGELOG.md)
- [Commits](ZedThree/clang-tidy-review@v0.19.0...v0.20.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent aaa41b6 commit 9025d4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy-review-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# Posts the comments
- name: Post review comments
id: post-review
uses: ZedThree/clang-tidy-review/post@v0.19.0
uses: ZedThree/clang-tidy-review/post@v0.20.0

# If there are any comments, fail the check
- if: steps.post-review.outputs.total_comments > 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
submodules: recursive

- name: Review code with Clang-Tidy
uses: ZedThree/clang-tidy-review@v0.19.0
uses: ZedThree/clang-tidy-review@v0.20.0
id: review
with:
apt_packages: 'libboost-all-dev,libtbb-dev'
Expand Down

0 comments on commit 9025d4a

Please sign in to comment.