From 9cc6073622491deed5d54c4797a2d0411d236693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 22:25:25 +0000 Subject: [PATCH] Bump livewing/lcov-job-summary from 1.2.0 to 1.3.0 Bumps [livewing/lcov-job-summary](https://github.com/livewing/lcov-job-summary) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/livewing/lcov-job-summary/releases) - [Commits](https://github.com/livewing/lcov-job-summary/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: livewing/lcov-job-summary dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main-maven-build.yml | 2 +- .github/workflows/shared-maven-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-maven-build.yml b/.github/workflows/main-maven-build.yml index 8822b13..3159b87 100644 --- a/.github/workflows/main-maven-build.yml +++ b/.github/workflows/main-maven-build.yml @@ -159,7 +159,7 @@ jobs: - name: Frontend test coverage if: ${{ inputs.has_frontend }} - uses: livewing/lcov-job-summary@v1.2.0 + uses: livewing/lcov-job-summary@v1.3.0 with: lcov: frontend/src/main/web/coverage/lcov.info diff --git a/.github/workflows/shared-maven-build.yml b/.github/workflows/shared-maven-build.yml index 461b7ad..b099fcc 100644 --- a/.github/workflows/shared-maven-build.yml +++ b/.github/workflows/shared-maven-build.yml @@ -194,7 +194,7 @@ jobs: - name: Analyze Frontend Test Coverage (LCOV) if: ${{ inputs.has_frontend }} - uses: livewing/lcov-job-summary@v1.2.0 + uses: livewing/lcov-job-summary@v1.3.0 with: lcov: frontend/src/main/web/coverage/lcov.info