From 2088ac4daf9b9ad183ab070e19e91e6d5162b62a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 00:20:47 +0000 Subject: [PATCH 1/3] chore(deps): bump ZedThree/clang-tidy-review from 0.14.0 to 0.15.0 Bumps [ZedThree/clang-tidy-review](https://github.com/zedthree/clang-tidy-review) from 0.14.0 to 0.15.0. - [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.14.0...v0.15.0) --- updated-dependencies: - dependency-name: ZedThree/clang-tidy-review dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 95a832a7f09..2956f8b8441 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.14.0 + uses: ZedThree/clang-tidy-review@v0.15.0 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.14.0 + uses: ZedThree/clang-tidy-review/upload@v0.15.0 diff --git a/.github/workflows/post-clang-tidy-review.yml b/.github/workflows/post-clang-tidy-review.yml index 92ef0820cdb..24196419899 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.14.0 + - uses: ZedThree/clang-tidy-review/post@v0.15.0 with: lgtm_comment_body: "" From ba0c93e990d38454093783227f9d1ff2cc45dc34 Mon Sep 17 00:00:00 2001 From: Felanbird <41973452+Felanbird@users.noreply.github.com> Date: Fri, 12 Jan 2024 15:46:58 -0500 Subject: [PATCH 2/3] trigger a change clang-tidy-review will get mad at --- src/common/Version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/Version.hpp b/src/common/Version.hpp index 5d978b19a88..44f37a1feac 100644 --- a/src/common/Version.hpp +++ b/src/common/Version.hpp @@ -24,7 +24,7 @@ * - 2.4.0-alpha.2 * - 2.4.0-alpha **/ -#define CHATTERINO_VERSION "2.4.6" +#define CHATTERINO_VERSION "2.4.7" #if defined(Q_OS_WIN) # define CHATTERINO_OS "win" From ac253957d359c4bfd2d58177c4c1241dd680d245 Mon Sep 17 00:00:00 2001 From: Felanbird <41973452+Felanbird@users.noreply.github.com> Date: Fri, 12 Jan 2024 15:53:54 -0500 Subject: [PATCH 3/3] Revert "trigger a change clang-tidy-review will get mad at" This reverts commit ba0c93e990d38454093783227f9d1ff2cc45dc34. --- src/common/Version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/Version.hpp b/src/common/Version.hpp index 44f37a1feac..5d978b19a88 100644 --- a/src/common/Version.hpp +++ b/src/common/Version.hpp @@ -24,7 +24,7 @@ * - 2.4.0-alpha.2 * - 2.4.0-alpha **/ -#define CHATTERINO_VERSION "2.4.7" +#define CHATTERINO_VERSION "2.4.6" #if defined(Q_OS_WIN) # define CHATTERINO_OS "win"