From eb4f79b708984315a64dc425cbb9adb3f98537b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 11:14:57 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [PSModule/Get-PesterTestResults](https://github.com/psmodule/get-pestertestresults) and [PSModule/Invoke-Pester](https://github.com/psmodule/invoke-pester). Updates `PSModule/Get-PesterTestResults` from 1.0.8 to 1.0.9 - [Release notes](https://github.com/psmodule/get-pestertestresults/releases) - [Commits](https://github.com/psmodule/get-pestertestresults/compare/616387914e439d7b648e3cfaaf73542f5723ff42...99377fce46b30ed7b94bb14366a645e97b0f47d1) Updates `PSModule/Invoke-Pester` from 4.2.6 to 5.1.0 - [Release notes](https://github.com/psmodule/invoke-pester/releases) - [Commits](https://github.com/psmodule/invoke-pester/compare/9cf262a79e7528d5af41c875c35dae91c44d18dd...4ff33199141fdf22568990b6107fe3148ae93a1c) --- updated-dependencies: - dependency-name: PSModule/Get-PesterTestResults dependency-version: 1.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: PSModule/Invoke-Pester dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/Get-TestResults.yml | 2 +- .github/workflows/Test-ModuleLocal.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Get-TestResults.yml b/.github/workflows/Get-TestResults.yml index beabfae4..44d96056 100644 --- a/.github/workflows/Get-TestResults.yml +++ b/.github/workflows/Get-TestResults.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get-TestResults - uses: PSModule/Get-PesterTestResults@616387914e439d7b648e3cfaaf73542f5723ff42 # v1.0.8 + uses: PSModule/Get-PesterTestResults@99377fce46b30ed7b94bb14366a645e97b0f47d1 # v1.0.9 id: Get-TestResults with: SourceCodeTestSuites: ${{ toJSON(fromJson(inputs.Settings).TestSuites.SourceCode) }} diff --git a/.github/workflows/Test-ModuleLocal.yml b/.github/workflows/Test-ModuleLocal.yml index 95933dd1..e8fa2d02 100644 --- a/.github/workflows/Test-ModuleLocal.yml +++ b/.github/workflows/Test-ModuleLocal.yml @@ -64,7 +64,7 @@ jobs: "path=$path" >> $env:GITHUB_OUTPUT - name: Test-ModuleLocal - uses: PSModule/Invoke-Pester@9cf262a79e7528d5af41c875c35dae91c44d18dd # v4.2.6 + uses: PSModule/Invoke-Pester@4ff33199141fdf22568990b6107fe3148ae93a1c # v5.1.0 with: Debug: ${{ fromJson(inputs.Settings).Debug }} Prerelease: ${{ fromJson(inputs.Settings).Prerelease }}