Skip to content

Commit dca9dc7

Browse files
Bump ZedThree/clang-tidy-review from 0.21.0 to 0.22.1
Bumps [ZedThree/clang-tidy-review](https://github.com/zedthree/clang-tidy-review) from 0.21.0 to 0.22.1. - [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.21.0...v0.22.1) --- updated-dependencies: - dependency-name: ZedThree/clang-tidy-review dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a77784e commit dca9dc7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/clang-tidy-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: ZedThree/clang-tidy-review/post@v0.21.0
15+
- uses: ZedThree/clang-tidy-review/post@v0.22.1
1616
# lgtm_comment_body, max_comments, and annotations need to be set on the posting workflow in a split setup
1717
with:
1818
# adjust options as necessary

.github/workflows/clang-tidy-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v5
1515

16-
- uses: ZedThree/clang-tidy-review@v0.21.0
16+
- uses: ZedThree/clang-tidy-review@v0.22.1
1717
id: review
1818
with:
1919
split_workflow: true
@@ -22,7 +22,7 @@ jobs:
2222
clang_tidy_checks: ''
2323
cmake_command: "cmake -Bbuild -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ."
2424

25-
- uses: ZedThree/clang-tidy-review/upload@v0.21.0
25+
- uses: ZedThree/clang-tidy-review/upload@v0.22.1
2626

2727
# If there are any comments, fail the check
2828
- if: steps.review.outputs.total_comments > 0

0 commit comments

Comments
 (0)