From 3b62ba3e62ff451eaab44ad75555501b08f9af7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 11:04:22 +0000 Subject: [PATCH] build(deps): bump PavanMudigonda/jacoco-reporter from 5.1 to 5.2 Bumps [PavanMudigonda/jacoco-reporter](https://github.com/pavanmudigonda/jacoco-reporter) from 5.1 to 5.2. - [Release notes](https://github.com/pavanmudigonda/jacoco-reporter/releases) - [Commits](https://github.com/pavanmudigonda/jacoco-reporter/compare/v5.1...v5.2) --- updated-dependencies: - dependency-name: PavanMudigonda/jacoco-reporter dependency-version: '5.2' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 336380c8..21b32e98 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -114,7 +114,7 @@ jobs: # generates coverage-report.md and publishes as checkrun - name: JaCoCo Code Coverage Report id: jacoco_reporter - uses: PavanMudigonda/jacoco-reporter@v5.1 + uses: PavanMudigonda/jacoco-reporter@v5.2 with: coverage_results_path: target/site/jacoco/jacoco.xml coverage_report_name: Coverage