@@ -210,7 +210,7 @@ runs:
210210 # ARTIFACT DOWNLOAD
211211 # ----------------------------------------------------------------------------------------------
212212 - name : Download Artifact
213- uses : actions/download-artifact@v4
213+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
214214 if : env.IS_PRODUCTION == 'true' || env.IS_PREVIEW == 'true'
215215 with :
216216 name : ${{ inputs.artifact_name }}
@@ -235,7 +235,7 @@ runs:
235235 run : cp -r ${{ env.SOURCE_DIR }} ${{ env.SCP_UPLOAD_DIR }}
236236
237237 - name : Upload Website to Server
238- 238+ uses : appleboy/scp-action@ff85246acaad7bdce478db94a363cd2bf7c90345 # v1.0.0
239239 with :
240240 host : ${{ inputs.ssh_host }}
241241 username : ${{ inputs.ssh_user }}
@@ -260,7 +260,7 @@ runs:
260260
261261 - name : " Sticky Comment: Add or Update"
262262 if : inputs.sticky_comment_enabled == 'true' && env.IS_PREVIEW == 'true'
263- uses :
marocchino/[email protected] 263+ uses : marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
264264 with :
265265 header : pr-preview
266266 message : |
@@ -271,7 +271,7 @@ runs:
271271
272272 - name : " Sticky Comment: Remove"
273273 if : inputs.sticky_comment_enabled == 'true' && env.IS_PR_CLOSED_OR_MERGED == 'true'
274- uses :
marocchino/[email protected] 274+ uses : marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
275275 with :
276276 header : pr-preview
277277 message : |
@@ -284,7 +284,7 @@ runs:
284284 # ----------------------------------------------------------------------------------------------
285285 - name : Run Link Checker
286286 if : ${{ inputs.linkchecker_enabled == 'true' && (env.IS_PRODUCTION == 'true' || env.IS_PREVIEW == 'true' ) }}
287- uses : lycheeverse/lychee-action@v2
287+ uses : lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2
288288 with :
289289 args : >-
290290 -r ${{ inputs.linkchecker_retry_times }}
0 commit comments