Skip to content

Commit ad6d520

Browse files
🩹 [Patch]: Update dependencies for GitHub-Script and Invoke-Pester actions
1 parent 8f999ec commit ad6d520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎action.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ runs:
248248
using: composite
249249
steps:
250250
- name: Get-TestPaths
251-
uses: PSModule/Github-Script@v1
251+
uses: PSModule/GitHub-Script@2010983167dc7a41bcd84cb88e698ec18eccb7ca # v1.7.8
252252
id: paths
253253
env:
254254
PSMODULE_INVOKE_SCRIPTANALYZER_INPUT_Path: ${{ inputs.Path }}
@@ -262,7 +262,7 @@ runs:
262262
Script: ${{ github.action_path }}/scripts/main.ps1
263263

264264
- name: Invoke-Pester
265-
uses: PSModule/Invoke-Pester@v4
265+
uses: PSModule/Invoke-Pester@882994cbe1ff07c3fc8afdac52404c940f99b331 # v4.2.2
266266
id: test
267267
env:
268268
SettingsFilePath: ${{ fromJson(steps.paths.outputs.result).SettingsFilePath }}

0 commit comments

Comments
 (0)