From 451e5f0bf9a57cc8e7914c2c121d43ca46622cf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 16:15:25 +0100 Subject: [PATCH 1/2] chore(deps): bump lib/settings from `f92bc7b` to `7a0e373` (#5085) * chore(deps): bump lib/settings from `f92bc7b` to `7a0e373` Bumps [lib/settings](https://github.com/pajlada/settings) from `f92bc7b` to `7a0e373`. - [Commits](https://github.com/pajlada/settings/compare/f92bc7bc4940bf58b7f03cefa81a78ef09752007...7a0e373f34f5d275cb89d4f63f92158864913fd2) --- updated-dependencies: - dependency-name: lib/settings dependency-type: direct:production ... Signed-off-by: dependabot[bot] * bump --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rasmus Karlsson --- lib/settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/settings b/lib/settings index f92bc7bc4..87ed4d950 160000 --- a/lib/settings +++ b/lib/settings @@ -1 +1 @@ -Subproject commit f92bc7bc4940bf58b7f03cefa81a78ef09752007 +Subproject commit 87ed4d950319d8da1191431f5c8c84d1fdcb92a5 From 4681fb111722c7c2efca38a6152c09fd947fc214 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:42:46 +0000 Subject: [PATCH 2/2] chore(deps): bump ZedThree/clang-tidy-review from 0.15.0 to 0.15.1 (#5087) Bumps [ZedThree/clang-tidy-review](https://github.com/zedthree/clang-tidy-review) from 0.15.0 to 0.15.1. - [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.15.0...v0.15.1) --- updated-dependencies: - dependency-name: ZedThree/clang-tidy-review dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pajlada --- .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 2956f8b84..daf0f2054 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.15.0 + uses: ZedThree/clang-tidy-review@v0.15.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.15.0 + uses: ZedThree/clang-tidy-review/upload@v0.15.1 diff --git a/.github/workflows/post-clang-tidy-review.yml b/.github/workflows/post-clang-tidy-review.yml index 241964198..04a77e933 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.15.0 + - uses: ZedThree/clang-tidy-review/post@v0.15.1 with: lgtm_comment_body: ""