From 3fd84df74066ff51b25b87a44f74043e0da06892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 02:12:17 +0000 Subject: [PATCH] chore(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/50d3aff4548aa991e6753342d9ba291084e63848...e51ce1f46f7f8b5331593f935e59cbaf44b84920) --- 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/jacoco_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/jacoco_report.yml b/.github/workflows/jacoco_report.yml index d45cc4e1..7f2a30cc 100644 --- a/.github/workflows/jacoco_report.yml +++ b/.github/workflows/jacoco_report.yml @@ -69,7 +69,7 @@ jobs: - name: Add coverage to PR (core) if: steps.jacocorun.outcome == 'success' id: jacoco-core - uses: madrapps/jacoco-report@50d3aff4548aa991e6753342d9ba291084e63848 + uses: madrapps/jacoco-report@e51ce1f46f7f8b5331593f935e59cbaf44b84920 with: paths: ${{ github.workspace }}/core/target/scala-${{ env.scalaShort }}/jacoco/report/jacoco.xml token: ${{ secrets.GITHUB_TOKEN }} @@ -81,7 +81,7 @@ jobs: - name: Add coverage to PR (doobie) if: steps.jacocorun.outcome == 'success' id: jacoco-doobie - uses: madrapps/jacoco-report@50d3aff4548aa991e6753342d9ba291084e63848 + uses: madrapps/jacoco-report@e51ce1f46f7f8b5331593f935e59cbaf44b84920 with: paths: ${{ github.workspace }}/doobie/target/scala-${{ env.scalaShort }}/jacoco/report/jacoco.xml token: ${{ secrets.GITHUB_TOKEN }} @@ -93,7 +93,7 @@ jobs: - name: Add coverage to PR (slick) if: steps.jacocorun.outcome == 'success' id: jacoco-slick - uses: madrapps/jacoco-report@50d3aff4548aa991e6753342d9ba291084e63848 + uses: madrapps/jacoco-report@e51ce1f46f7f8b5331593f935e59cbaf44b84920 with: paths: ${{ github.workspace }}/slick/target/scala-${{ env.scalaShort }}/jacoco/report/jacoco.xml token: ${{ secrets.GITHUB_TOKEN }}