From 74f0258d63dd063b0c3ce019bc2697d3035b9bcf Mon Sep 17 00:00:00 2001 From: XDEV Renovate Bot Date: Wed, 3 Jun 2026 05:54:59 +0000 Subject: [PATCH] Update PavanMudigonda/jacoco-reporter digest to e41a5cb --- .github/workflows/run-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-integration-tests.yml b/.github/workflows/run-integration-tests.yml index d1b72d1e..8df9d910 100644 --- a/.github/workflows/run-integration-tests.yml +++ b/.github/workflows/run-integration-tests.yml @@ -99,7 +99,7 @@ jobs: - name: WebApp JaCoCo Code Coverage Report if: ${{ matrix.jacoco && success() }} id: jacoco_reporter - uses: PavanMudigonda/jacoco-reporter@e8b54bfea6a667d1a68624dae8a06ba31670667d # v5.1 + uses: PavanMudigonda/jacoco-reporter@e41a5cba383f5475371c5f0846dd37f8f1d95912 # v5.1 with: coverage_results_path: advanced-demo/target/site/jacoco-aggregate/jacoco.xml coverage_report_name: WebApp Coverage (${{matrix.parallel}}, ${{matrix.pre-start}}, ${{matrix.java}})