From 088dda43e2c3083028c0692ee9b89d37f79cd989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 18:05:55 +0000 Subject: [PATCH] Bump madrapps/jacoco-report from 1.7.2 to 1.8.0 Bumps [madrapps/jacoco-report](https://github.com/madrapps/jacoco-report) from 1.7.2 to 1.8.0. - [Release notes](https://github.com/madrapps/jacoco-report/releases) - [Commits](https://github.com/madrapps/jacoco-report/compare/v1.7.2...v1.8.0) --- updated-dependencies: - dependency-name: madrapps/jacoco-report dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 77cfc1a..427a217 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: - name: Add coverage to PR id: jacoco - uses: madrapps/jacoco-report@v1.7.2 + uses: madrapps/jacoco-report@v1.8.0 with: paths: ${{ github.workspace }}/build/customJacocoReportDir/test/jacocoTestReport.xml token: ${{ secrets.GITHUB_TOKEN }}