From 984499735ba7e98ddba7a557e4e4f03dc719779c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:25:19 +0000 Subject: [PATCH] build(deps): 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 ca29d2d..70130a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: path: '**/target/surefire-reports/TEST-*.xml' reporter: java-junit fail-on-error: false - - uses: madrapps/jacoco-report@v1.7.2 + - uses: madrapps/jacoco-report@v1.8.0 with: paths: ${{ github.workspace }}/**/target/site/jacoco/jacoco.xml token: ${{ secrets.GITHUB_TOKEN }}