Skip to content

Commit 4fc5705

Browse files
🩹 [Patch]: Update action dependencies to specific versions for stability
1 parent 4f65a03 commit 4fc5705

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
@@ -267,7 +267,7 @@ runs:
267267
using: composite
268268
steps:
269269
- name: Install-PSModuleHelpers
270-
uses: PSModule/Install-PSModuleHelpers@v1
270+
uses: PSModule/Install-PSModuleHelpers@d60d63e4be477d1ca0c67c6085101fb109bce8f1 # v1.0.6
271271

272272
- name: Get test paths
273273
shell: pwsh
@@ -281,7 +281,7 @@ runs:
281281
${{ github.action_path }}/scripts/main.ps1
282282
283283
- name: Invoke-Pester
284-
uses: PSModule/Invoke-Pester@v4
284+
uses: PSModule/Invoke-Pester@882994cbe1ff07c3fc8afdac52404c940f99b331 # v4.2.2
285285
id: test
286286
env:
287287
LocalTestPath: ${{ steps.paths.outputs.LocalTestPath }}

0 commit comments

Comments
 (0)