We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f65a03 commit 4fc5705Copy full SHA for 4fc5705
action.yml
@@ -267,7 +267,7 @@ runs:
267
using: composite
268
steps:
269
- name: Install-PSModuleHelpers
270
- uses: PSModule/Install-PSModuleHelpers@v1
+ uses: PSModule/Install-PSModuleHelpers@d60d63e4be477d1ca0c67c6085101fb109bce8f1 # v1.0.6
271
272
- name: Get test paths
273
shell: pwsh
@@ -281,7 +281,7 @@ runs:
281
${{ github.action_path }}/scripts/main.ps1
282
283
- name: Invoke-Pester
284
- uses: PSModule/Invoke-Pester@v4
+ uses: PSModule/Invoke-Pester@882994cbe1ff07c3fc8afdac52404c940f99b331 # v4.2.2
285
id: test
286
env:
287
LocalTestPath: ${{ steps.paths.outputs.LocalTestPath }}
0 commit comments