From f21cdca0f52f0a877c151b13ff193b7320859c9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 19:06:28 +0000 Subject: [PATCH] Bump EnricoMi/publish-unit-test-result-action from 2.16.1 to 2.17.1 Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action) from 2.16.1 to 2.17.1. - [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases) - [Commits](https://github.com/enricomi/publish-unit-test-result-action/compare/30eadd5010312f995f0d3b3cff7fe2984f69409e...82082dac68ad6a19d980f8ce817e108b9f496c2a) --- 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 150417b..3dae95f 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@30eadd5010312f995f0d3b3cff7fe2984f69409e # v2.16.1 + uses: EnricoMi/publish-unit-test-result-action@82082dac68ad6a19d980f8ce817e108b9f496c2a # v2.17.1 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@30eadd5010312f995f0d3b3cff7fe2984f69409e # v2.16.1 + uses: EnricoMi/publish-unit-test-result-action/windows@82082dac68ad6a19d980f8ce817e108b9f496c2a # v2.17.1 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 f555069..f011190 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@30eadd5010312f995f0d3b3cff7fe2984f69409e # v2.16.1 + uses: EnricoMi/publish-unit-test-result-action@82082dac68ad6a19d980f8ce817e108b9f496c2a # v2.17.1 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@30eadd5010312f995f0d3b3cff7fe2984f69409e # v2.16.1 + uses: EnricoMi/publish-unit-test-result-action/windows@82082dac68ad6a19d980f8ce817e108b9f496c2a # v2.17.1 if: always() && steps.check_os.outputs.RUNNEROS == 'windows' with: nunit_files: "*TestResults.xml" # produced by Pester