@@ -81,18 +81,18 @@ jobs:
8181 runs-on : ${{ inputs.RunsOn }}
8282 steps :
8383 - name : Checkout repository
84- uses : actions/checkout@v6
84+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
8585 with :
8686 persist-credentials : false
8787
8888 - name : Download module artifact
89- uses : actions/download-artifact@v6
89+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
9090 with :
9191 name : module
9292 path : ${{ inputs.WorkingDirectory }}/outputs/module
9393
9494 - name : Test-Module
95- uses : PSModule/Test-PSModule@v3
95+ uses : PSModule/Test-PSModule@80b0364db8192e73f584603c68a127de171f881f # v3.0.6
9696 with :
9797 Name : ${{ inputs.Name }}
9898 Debug : ${{ inputs.Debug }}
@@ -107,18 +107,18 @@ jobs:
107107 runs-on : ${{ inputs.RunsOn }}
108108 steps :
109109 - name : Checkout repository
110- uses : actions/checkout@v6
110+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
111111 with :
112112 persist-credentials : false
113113
114114 - name : Download module artifact
115- uses : actions/download-artifact@v6
115+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
116116 with :
117117 name : module
118118 path : ${{ inputs.WorkingDirectory }}/outputs/module
119119
120120 - name : Lint-Module
121- uses : PSModule/Invoke-ScriptAnalyzer@v4
121+ uses : PSModule/Invoke-ScriptAnalyzer@0b13023a981f4c94136bba6193a9abd2d936cbc1 # v4.1.1
122122 with :
123123 Path : outputs/module
124124 Debug : ${{ inputs.Debug }}
0 commit comments