diff --git a/.github/workflows/action-build-and-analyze.yml b/.github/workflows/action-build-and-analyze.yml index 9a36fd39..ec6fc329 100644 --- a/.github/workflows/action-build-and-analyze.yml +++ b/.github/workflows/action-build-and-analyze.yml @@ -59,7 +59,7 @@ jobs: dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}" - name: Process .NET test result if: ${{ failure() }} - uses: NasAmin/trx-parser@v0.5.0 + uses: NasAmin/trx-parser@v0.6.0 with: TRX_PATH: ${{ github.workspace }}/TestResults REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}