From ed789ab84a63085f2f87c9e78efa5ed9bc647cfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 07:15:30 +0000 Subject: [PATCH] chore(deps): bump MoranaApps/jacoco-report from 3.0.2 to 3.1.1 Bumps [MoranaApps/jacoco-report](https://github.com/moranaapps/jacoco-report) from 3.0.2 to 3.1.1. - [Release notes](https://github.com/moranaapps/jacoco-report/releases) - [Commits](https://github.com/moranaapps/jacoco-report/compare/69351d88d18f7697c416e1bc2020ed05606d8120...3be109b40946547c5925e63d41fef1099c9e562b) --- updated-dependencies: - dependency-name: MoranaApps/jacoco-report dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 09d8e83..e5a63c9 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@69351d88d18f7697c416e1bc2020ed05606d8120 # v3.0.2 + uses: MoranaApps/jacoco-report@3be109b40946547c5925e63d41fef1099c9e562b # v3.1.1 with: token: '${{ secrets.GITHUB_TOKEN }}' paths: |