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}})