From 5d08c71b3963b67e97e2d6c16165e95dd6169571 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 06:13:03 +0000 Subject: [PATCH] chore(deps): bump MoranaApps/jacoco-report from 3.0.1 to 3.0.2 Bumps [MoranaApps/jacoco-report](https://github.com/moranaapps/jacoco-report) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/moranaapps/jacoco-report/releases) - [Commits](https://github.com/moranaapps/jacoco-report/compare/f9dc5ba989ff2b987b4c2db99217b982c466cca8...69351d88d18f7697c416e1bc2020ed05606d8120) --- updated-dependencies: - dependency-name: MoranaApps/jacoco-report dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/jacoco_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jacoco_report.yml b/.github/workflows/jacoco_report.yml index cd3abc9..5b5e954 100644 --- a/.github/workflows/jacoco_report.yml +++ b/.github/workflows/jacoco_report.yml @@ -104,7 +104,7 @@ jobs: - name: Check coverage thresholds and add reports in PR comments id: jacoco - uses: MoranaApps/jacoco-report@f9dc5ba989ff2b987b4c2db99217b982c466cca8 # v3.0.1 + uses: MoranaApps/jacoco-report@69351d88d18f7697c416e1bc2020ed05606d8120 # v3.0.2 with: token: '${{ secrets.GITHUB_TOKEN }}' paths: |