Skip to content

Commit 4d5e0b2

Browse files
🩹 [Patch]: Update action references in workflows to use specific version tags for Get-Settings and Publish-Module
1 parent 72f0486 commit 4d5e0b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/Get-Settings.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
fetch-depth: 0
5656

5757
- name: Get-Settings
58-
uses: PSModule/Get-PSModuleSettings@releasenotes
58+
uses: PSModule/Get-PSModuleSettings@ce4aac7e032758cac99eefbcaee73c68898daad5 # v1.1.0
5959
id: Get-Settings
6060
with:
6161
SettingsPath: ${{ inputs.SettingsPath }}

‎.github/workflows/Publish-Module.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
Install-PSResource -Name Microsoft.PowerShell.PSResourceGet -Repository PSGallery -TrustRepository
4242
4343
- name: Publish module
44-
uses: PSModule/Publish-PSModule@releasenotes
44+
uses: PSModule/Publish-PSModule@ebbfeec452b8587a15c7ce451c5a238109e983c3 # v2.1.0
4545
env:
4646
GH_TOKEN: ${{ github.token }}
4747
with:

0 commit comments

Comments
 (0)