From bf74190d150af3fa5da39d131f575489d54df21a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 09:31:29 +0200 Subject: [PATCH] Update NasAmin/trx-parser action to v0.6.0 (#404) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/action-build-and-analyze.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}