From e14f9a07f7ef34ff33a5b3332564c2f5cc7176c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:43:55 +0000 Subject: [PATCH] Bump EnricoMi/publish-unit-test-result-action from 2.17.1 to 2.18.0 Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action) from 2.17.1 to 2.18.0. - [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases) - [Commits](https://github.com/enricomi/publish-unit-test-result-action/compare/82082dac68ad6a19d980f8ce817e108b9f496c2a...170bf24d20d201b842d7a52403b73ed297e6645b) --- updated-dependencies: - dependency-name: EnricoMi/publish-unit-test-result-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/scripted-build-matrix-pipeline.yml | 4 ++-- .github/workflows/scripted-build-pipeline.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/scripted-build-matrix-pipeline.yml b/.github/workflows/scripted-build-matrix-pipeline.yml index d79c3da..2d8c263 100644 --- a/.github/workflows/scripted-build-matrix-pipeline.yml +++ b/.github/workflows/scripted-build-matrix-pipeline.yml @@ -301,14 +301,14 @@ jobs: header: ${{ matrix.os }}-${{ matrix.dotnetFramework }} # Conditional test result publishing as we can't use the docker version of the action on Windows - name: Publish Test Results (Linux) - uses: EnricoMi/publish-unit-test-result-action@82082dac68ad6a19d980f8ce817e108b9f496c2a # v2.17.1 + uses: EnricoMi/publish-unit-test-result-action@170bf24d20d201b842d7a52403b73ed297e6645b # v2.18.0 if: always() && steps.check_os.outputs.RUNNEROS == 'linux' with: nunit_files: "*TestResults.xml" # produced by Pester trx_files: "**/test-results_*.trx" # produced by dotnet test junit_files: "**/*-test-results.xml" # produced by PyTest & Behave - name: Publish Test Results (Windows) - uses: EnricoMi/publish-unit-test-result-action/windows@82082dac68ad6a19d980f8ce817e108b9f496c2a # v2.17.1 + uses: EnricoMi/publish-unit-test-result-action/windows@170bf24d20d201b842d7a52403b73ed297e6645b # v2.18.0 if: always() && steps.check_os.outputs.RUNNEROS == 'windows' with: nunit_files: "*TestResults.xml" # produced by Pester diff --git a/.github/workflows/scripted-build-pipeline.yml b/.github/workflows/scripted-build-pipeline.yml index b6e5003..a94b737 100644 --- a/.github/workflows/scripted-build-pipeline.yml +++ b/.github/workflows/scripted-build-pipeline.yml @@ -270,14 +270,14 @@ jobs: header: ${{ inputs.runsOn }} # Conditional test result publishing as we can't use the docker version of the action on Windows - name: Publish Test Results (Linux) - uses: EnricoMi/publish-unit-test-result-action@82082dac68ad6a19d980f8ce817e108b9f496c2a # v2.17.1 + uses: EnricoMi/publish-unit-test-result-action@170bf24d20d201b842d7a52403b73ed297e6645b # v2.18.0 if: always() && steps.check_os.outputs.RUNNEROS == 'linux' with: nunit_files: "*TestResults.xml" # produced by Pester trx_files: "**/test-results_*.trx" # produced by dotnet test junit_files: "**/*-test-results.xml" # produced by PyTest & Behave - name: Publish Test Results (Windows) - uses: EnricoMi/publish-unit-test-result-action/windows@82082dac68ad6a19d980f8ce817e108b9f496c2a # v2.17.1 + uses: EnricoMi/publish-unit-test-result-action/windows@170bf24d20d201b842d7a52403b73ed297e6645b # v2.18.0 if: always() && steps.check_os.outputs.RUNNEROS == 'windows' with: nunit_files: "*TestResults.xml" # produced by Pester