From a5316f6be21666559e4f3f5a06cc35aaee840842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:57:58 +0000 Subject: [PATCH] Bump madrapps/jacoco-report Bumps the catch-all group in /.github/actions/process-coverage-report with 1 update: [madrapps/jacoco-report](https://github.com/madrapps/jacoco-report). Updates `madrapps/jacoco-report` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/madrapps/jacoco-report/releases) - [Commits](https://github.com/madrapps/jacoco-report/compare/642c39173b270639beeba5e2c6c160bfbba33388...7c362aca34caf958e7b1c03464bd8781db9f8da7) --- updated-dependencies: - dependency-name: madrapps/jacoco-report dependency-type: direct:production update-type: version-update:semver-patch dependency-group: catch-all ... Signed-off-by: dependabot[bot] --- .github/actions/process-coverage-report/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/process-coverage-report/action.yml b/.github/actions/process-coverage-report/action.yml index ecae8305..94d30146 100644 --- a/.github/actions/process-coverage-report/action.yml +++ b/.github/actions/process-coverage-report/action.yml @@ -54,7 +54,7 @@ outputs: runs: using: composite steps: - - uses: madrapps/jacoco-report@642c39173b270639beeba5e2c6c160bfbba33388 # v1.7.0 + - uses: madrapps/jacoco-report@7c362aca34caf958e7b1c03464bd8781db9f8da7 # v1.7.1 id: jacoco-aggregate with: paths: ${{ inputs.paths }}