From 194a9be66c1bc97fc73b2cdbc94cbfd4a9767cb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 01:07:39 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 9 to 10 Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 9 to 10. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v9...v10) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/roll_and_build_docker.yaml | 2 +- .github/workflows/zap_regeneration.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/roll_and_build_docker.yaml b/.github/workflows/roll_and_build_docker.yaml index 616af980575252..058242c97a4338 100644 --- a/.github/workflows/roll_and_build_docker.yaml +++ b/.github/workflows/roll_and_build_docker.yaml @@ -9,7 +9,7 @@ jobs: uses: actions/checkout@v4 - name: Roll docker versions run: ./scripts/helpers/roll_docker_version.sh --reason="Automated roll by GitHub Action" - - uses: EndBug/add-and-commit@v9 + - uses: EndBug/add-and-commit@v10 with: default_author: github_actions message: Rolling Docker Version diff --git a/.github/workflows/zap_regeneration.yaml b/.github/workflows/zap_regeneration.yaml index 68b8782f576a43..b50f56467287d6 100644 --- a/.github/workflows/zap_regeneration.yaml +++ b/.github/workflows/zap_regeneration.yaml @@ -48,7 +48,7 @@ jobs: - name: Generate all run: ./scripts/run_in_build_env.sh scripts/tools/zap_regen_all.py - - uses: EndBug/add-and-commit@v9 + - uses: EndBug/add-and-commit@v10 with: default_author: github_actions message: Regenerating ZAP