diff --git a/.github/workflows/identityservice-ci.yaml b/.github/workflows/identityservice-ci.yaml index 24ac6d2..bcb4592 100644 --- a/.github/workflows/identityservice-ci.yaml +++ b/.github/workflows/identityservice-ci.yaml @@ -92,7 +92,7 @@ jobs: path: ${{github.workspace}}/reports - name: Add coverage report to PR - uses: madrapps/jacoco-report@v1.6.1 + uses: madrapps/jacoco-report@v1.7.2 if: ${{ env.FROM_ORIGINAL_REPOSITORY == 'true' }} with: paths: ${{github.workspace}}/identity-service/target/site/jacoco/jacoco.xml diff --git a/.github/workflows/userservice-ci.yaml b/.github/workflows/userservice-ci.yaml index 0cc87fb..bad5107 100644 --- a/.github/workflows/userservice-ci.yaml +++ b/.github/workflows/userservice-ci.yaml @@ -86,7 +86,7 @@ jobs: path: ${{github.workspace}}/reports - name: Add coverage report to PR - uses: madrapps/jacoco-report@v1.6.1 + uses: madrapps/jacoco-report@v1.7.2 if: ${{ env.FROM_ORIGINAL_REPOSITORY == 'true' }} with: paths: ${{github.workspace}}/user-service/target/site/jacoco/jacoco.xml