From e9c4380f36e2cfb571eb8b9eb50b4c5c15051989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 22:24:29 +0100 Subject: [PATCH] build(deps): bump PavanMudigonda/jacoco-reporter (#39) Bumps [PavanMudigonda/jacoco-reporter](https://github.com/pavanmudigonda/jacoco-reporter) from 5.0 to 5.1. - [Release notes](https://github.com/pavanmudigonda/jacoco-reporter/releases) - [Commits](https://github.com/pavanmudigonda/jacoco-reporter/compare/v5.0...v5.1) --- updated-dependencies: - dependency-name: PavanMudigonda/jacoco-reporter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/android-build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/android-build/action.yml b/.github/actions/android-build/action.yml index 6938fc5..666476d 100644 --- a/.github/actions/android-build/action.yml +++ b/.github/actions/android-build/action.yml @@ -48,7 +48,7 @@ runs: - name: Generate code coverage summary if: inputs.check-build == 'true' id: coverage - uses: PavanMudigonda/jacoco-reporter@v5.0 + uses: PavanMudigonda/jacoco-reporter@v5.1 with: coverage_results_path: build/reports/kover/reportDebug.xml github_token: ${{ github.token }}