diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index d543b9e..a9ba209 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -73,7 +73,7 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - name: publish test report - uses: mikepenz/action-junit-report@5e05ac00ad0604dfb7e313ae412aa3284f4906d6 + uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 if: ${{ !cancelled() }} with: report_paths: 'reports/junit/*.xml'