Skip to content

Commit d5674cf

Browse files
fix: repin Build-PSModule@v5.0.0 and Publish-PSModule@v3.0.0 to released SHAs
1 parent a0ebb46 commit d5674cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Build-Module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131

3232
- name: Build module
33-
uses: PSModule/Build-PSModule@v4.1
33+
uses: PSModule/Build-PSModule@672aaa7a91a379c4c6cd14494d03ab5e87e13c52 # v5.0.0
3434
with:
3535
Name: ${{ fromJson(inputs.Settings).Name }}
3636
Version: ${{ fromJson(inputs.Settings).Module.Version != '' && fromJson(inputs.Settings).Module.Version || '0.0.0' }}

.github/workflows/Publish-Module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131

3232
- name: Publish module
33-
uses: PSModule/Publish-PSModule@main
33+
uses: PSModule/Publish-PSModule@03c0f8b53d0367c85a0f121f98af9b40c817b0e3 # v3.0.0
3434
env:
3535
GH_TOKEN: ${{ github.token }}
3636
with:

0 commit comments

Comments
 (0)