From 32499f0e0ecaa9b23ccd8e330d12c48d77029f29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 12:04:21 +0200 Subject: [PATCH] Bump ZedThree/clang-tidy-review from 0.12.2 to 0.12.3 (#4559) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- .github/workflows/post-clang-tidy-review.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d09f23e5..d85f4e7f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -271,7 +271,7 @@ jobs: - name: clang-tidy review if: (startsWith(matrix.os, 'ubuntu') && matrix.pch == false && matrix.qt-version == '5.15.2' && github.event_name == 'pull_request') - uses: ZedThree/clang-tidy-review@v0.12.2 + uses: ZedThree/clang-tidy-review@v0.12.3 with: build_dir: build config_file: ".clang-tidy" @@ -280,7 +280,7 @@ jobs: - name: clang-tidy-review upload if: (startsWith(matrix.os, 'ubuntu') && matrix.pch == false && matrix.qt-version == '5.15.2' && github.event_name == 'pull_request') - uses: ZedThree/clang-tidy-review/upload@v0.12.2 + uses: ZedThree/clang-tidy-review/upload@v0.12.3 - name: Package - AppImage (Ubuntu) if: startsWith(matrix.os, 'ubuntu-20.04') && matrix.skip_artifact != 'yes' diff --git a/.github/workflows/post-clang-tidy-review.yml b/.github/workflows/post-clang-tidy-review.yml index c0b9c805..fc09443f 100644 --- a/.github/workflows/post-clang-tidy-review.yml +++ b/.github/workflows/post-clang-tidy-review.yml @@ -12,6 +12,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: ZedThree/clang-tidy-review/post@v0.12.2 + - uses: ZedThree/clang-tidy-review/post@v0.12.3 with: lgtm_comment_body: ""