From a20906e140ff6d81f3fab1821ba5ad2af3c68e96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 03:00:06 +0000 Subject: [PATCH] Bump ZedThree/clang-tidy-review from 0.13.2 to 0.13.3 Bumps [ZedThree/clang-tidy-review](https://github.com/zedthree/clang-tidy-review) from 0.13.2 to 0.13.3. - [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.2...v0.13.3) --- updated-dependencies: - dependency-name: ZedThree/clang-tidy-review dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/clang-tidy-comments.yml | 2 +- .github/workflows/clang-tidy.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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