From 86abb6fdab13ea39dc895e4b3d4c3007548950ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 02:24:59 +0000 Subject: [PATCH] chore(deps): bump EndBug/add-and-commit from 10.0.0 to 11.1.1 Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 10.0.0 to 11.1.1. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v10.0.0...v11.1.1) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-version: 11.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 847f0c2..406b36c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -105,7 +105,7 @@ jobs: jacoco-csv-file: build/customJacocoReportDir/test/jacocoTestReport.csv - name: Commit and push the badge - uses: EndBug/add-and-commit@v10.0.0 + uses: EndBug/add-and-commit@v11.1.1 with: default_author: github_actions message: 'Update the Coverage Badge for the README.md'