We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f999ec commit ad6d520Copy full SHA for ad6d520
‎action.yml‎
@@ -248,7 +248,7 @@ runs:
248
using: composite
249
steps:
250
- name: Get-TestPaths
251
- uses: PSModule/Github-Script@v1
+ uses: PSModule/GitHub-Script@2010983167dc7a41bcd84cb88e698ec18eccb7ca # v1.7.8
252
id: paths
253
env:
254
PSMODULE_INVOKE_SCRIPTANALYZER_INPUT_Path: ${{ inputs.Path }}
@@ -262,7 +262,7 @@ runs:
262
Script: ${{ github.action_path }}/scripts/main.ps1
263
264
- name: Invoke-Pester
265
- uses: PSModule/Invoke-Pester@v4
+ uses: PSModule/Invoke-Pester@882994cbe1ff07c3fc8afdac52404c940f99b331 # v4.2.2
266
id: test
267
268
SettingsFilePath: ${{ fromJson(steps.paths.outputs.result).SettingsFilePath }}
0 commit comments