diff --git a/.github/workflows/clang-tidy-comments.yml b/.github/workflows/clang-tidy-comments.yml index 7b077ea26..dfb510be8 100644 --- a/.github/workflows/clang-tidy-comments.yml +++ b/.github/workflows/clang-tidy-comments.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: ZedThree/clang-tidy-review/post@v0.13.2 + - uses: ZedThree/clang-tidy-review/post@v0.13.3 # lgtm_comment_body, max_comments, and annotations need to be set on the posting workflow in a split setup with: # adjust options as necessary diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml index ed5b68495..fd4b6d395 100644 --- a/.github/workflows/clang-tidy.yml +++ b/.github/workflows/clang-tidy.yml @@ -17,7 +17,7 @@ jobs: submodules: true fetch-depth: 0 - - uses: ZedThree/clang-tidy-review@v0.13.2 + - uses: ZedThree/clang-tidy-review@v0.13.3 id: review with: config_file: src/.clang-tidy @@ -27,7 +27,7 @@ jobs: split_workflow: true # Uploads an artefact containing clang_fixes.json - - uses: ZedThree/clang-tidy-review/upload@v0.13.2 + - uses: ZedThree/clang-tidy-review/upload@v0.13.3 # If there are any comments, fail the check - if: steps.review.outputs.total_comments > 0