From a5e853573fd52d03da4bafa347f0b44be6b290e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 01:44:37 +0000 Subject: [PATCH] chore(deps): bump ZedThree/clang-tidy-review from 0.17.0 to 0.17.1 (#5136) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/clang-tidy.yml | 4 ++-- .github/workflows/post-clang-tidy-review.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml index e35ef662..111a9129 100644 --- a/.github/workflows/clang-tidy.yml +++ b/.github/workflows/clang-tidy.yml @@ -119,7 +119,7 @@ jobs: - name: clang-tidy review timeout-minutes: 20 - uses: ZedThree/clang-tidy-review@v0.17.0 + uses: ZedThree/clang-tidy-review@v0.17.1 with: build_dir: build-clang-tidy config_file: ".clang-tidy" @@ -145,4 +145,4 @@ jobs: libbenchmark-dev - name: clang-tidy-review upload - uses: ZedThree/clang-tidy-review/upload@v0.17.0 + uses: ZedThree/clang-tidy-review/upload@v0.17.1 diff --git a/.github/workflows/post-clang-tidy-review.yml b/.github/workflows/post-clang-tidy-review.yml index 6844ceea..ad152352 100644 --- a/.github/workflows/post-clang-tidy-review.yml +++ b/.github/workflows/post-clang-tidy-review.yml @@ -14,6 +14,6 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - - uses: ZedThree/clang-tidy-review/post@v0.17.0 + - uses: ZedThree/clang-tidy-review/post@v0.17.1 with: lgtm_comment_body: ""