We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f0486 commit 4d5e0b2Copy full SHA for 4d5e0b2
‎.github/workflows/Get-Settings.yml‎
@@ -55,7 +55,7 @@ jobs:
55
fetch-depth: 0
56
57
- name: Get-Settings
58
- uses: PSModule/Get-PSModuleSettings@releasenotes
+ uses: PSModule/Get-PSModuleSettings@ce4aac7e032758cac99eefbcaee73c68898daad5 # v1.1.0
59
id: Get-Settings
60
with:
61
SettingsPath: ${{ inputs.SettingsPath }}
‎.github/workflows/Publish-Module.yml‎
@@ -41,7 +41,7 @@ jobs:
41
Install-PSResource -Name Microsoft.PowerShell.PSResourceGet -Repository PSGallery -TrustRepository
42
43
- name: Publish module
44
- uses: PSModule/Publish-PSModule@releasenotes
+ uses: PSModule/Publish-PSModule@ebbfeec452b8587a15c7ce451c5a238109e983c3 # v2.1.0
45
env:
46
GH_TOKEN: ${{ github.token }}
47
0 commit comments