From 3094e11795805309b3ed5f03ffee3da6ae5b0b21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 11:06:34 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 9 to 11 Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 9 to 11. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v9...v11) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-clang-format.yml | 2 +- .github/workflows/template-janitor.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-clang-format.yml b/.github/workflows/auto-clang-format.yml index 0da73acd..aa039680 100644 --- a/.github/workflows/auto-clang-format.yml +++ b/.github/workflows/auto-clang-format.yml @@ -14,7 +14,7 @@ jobs: extensions: 'h,cpp,hpp' clangFormatVersion: 19 inplace: True - - uses: EndBug/add-and-commit@v9 + - uses: EndBug/add-and-commit@v11 with: author_name: Clang Robot author_email: robot@example.com diff --git a/.github/workflows/template-janitor.yml b/.github/workflows/template-janitor.yml index 15f6717a..1a289a2d 100644 --- a/.github/workflows/template-janitor.yml +++ b/.github/workflows/template-janitor.yml @@ -161,7 +161,7 @@ jobs: # Build it because we may have broken something in the cpp/hpp files cmake --build build - - uses: EndBug/add-and-commit@v9 + - uses: EndBug/add-and-commit@v11 # only commit and push if we are not a template project anymore! if: fromJson(steps.get_repo_meta.outputs.data).is_template != true with: @@ -257,7 +257,7 @@ jobs: run: | cmake -S . -B ./build -G "${{ matrix.generator }}" -DCMAKE_BUILD_TYPE:STRING=${{ matrix.build_type }} -D${{ env.PROJECT_NAME }}_PACKAGING_MAINTAINER_MODE:BOOL=ON - - uses: EndBug/add-and-commit@v9 + - uses: EndBug/add-and-commit@v11 # only commit and push if we are a template and project name has changed if: fromJson(steps.get_repo_meta.outputs.data).is_template == true && env.TEST_RUN == 'false' with: