From 1467a22d7a879855c2d079912fc24f63f584036d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 22:02:34 +0000 Subject: [PATCH] chore(deps): bump madrapps/jacoco-report from 1.6.1 to 1.7.2 Bumps [madrapps/jacoco-report](https://github.com/madrapps/jacoco-report) from 1.6.1 to 1.7.2. - [Release notes](https://github.com/madrapps/jacoco-report/releases) - [Commits](https://github.com/madrapps/jacoco-report/compare/v1.6.1...v1.7.2) --- updated-dependencies: - dependency-name: madrapps/jacoco-report dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c800fb2..ad72d557 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: path: build/libs/*.jar - name: Post PR Coverage Annotations - uses: madrapps/jacoco-report@v1.6.1 + uses: madrapps/jacoco-report@v1.7.2 if: github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' with: paths: build/reports/jacoco/test/jacocoTestReport.xml