5050
5151 steps :
5252 - name : Git Clone - ${{ github.event.pull_request.head.ref }}
53- uses : actions/checkout@v4
53+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
5454 with :
5555 ref : ${{ github.event.pull_request.head.ref }}
5656
@@ -80,21 +80,21 @@ jobs:
8080 make get-s3-perms ENV=dev
8181
8282 - name : Save Build Artifacts
83- uses : actions/upload-artifact@v4
83+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8484 with :
8585 name : build-artifacts
8686 path : |
8787 dist/*.zip
8888 !dist/nrlf_permissions.zip
8989
9090 - name : Save NRLF Permissions cache
91- uses : actions/cache/save@v4
91+ uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
9292 with :
9393 key : ${{ github.run_id }}-nrlf-permissions
9494 path : dist/nrlf_permissions.zip
9595
9696 - name : Add Failure Pull Request Comment
97- uses : actions/github-script@v7
97+ uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
9898 if : ${{ failure() }}
9999 with :
100100 script : |
@@ -119,7 +119,7 @@ jobs:
119119
120120 steps :
121121 - name : Git Clone - ${{ github.event.pull_request.head.ref }}
122- uses : actions/checkout@v4
122+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
123123 with :
124124 ref : ${{ github.event.pull_request.head.ref }}
125125
@@ -136,13 +136,13 @@ jobs:
136136 role-session-name : github-actions-ci-${{ needs.set-environment-id.outputs.environment_id }}
137137
138138 - name : Download Artifacts
139- uses : actions/download-artifact@v4
139+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
140140 with :
141141 name : build-artifacts
142142 path : dist
143143
144144 - name : Restore NRLF permissions cache
145- uses : actions/cache/restore@v4
145+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
146146 with :
147147 key : ${{ github.run_id }}-nrlf-permissions
148148 path : dist/nrlf_permissions.zip
@@ -172,7 +172,7 @@ jobs:
172172 run : terraform -chdir=terraform/infrastructure apply tfplan
173173
174174 - name : Add Success Pull Request Comment
175- uses : actions/github-script@v7
175+ uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
176176 if : ${{ success() }}
177177 with :
178178 script : |
@@ -184,7 +184,7 @@ jobs:
184184 })
185185
186186 - name : Add Failure Pull Request Comment
187- uses : actions/github-script@v7
187+ uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
188188 if : ${{ failure() }}
189189 with :
190190 script : |
@@ -206,7 +206,7 @@ jobs:
206206
207207 steps :
208208 - name : Git Clone - ${{ github.event.pull_request.head.ref }}
209- uses : actions/checkout@v4
209+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
210210 with :
211211 ref : ${{ github.event.pull_request.head.ref }}
212212
@@ -247,7 +247,7 @@ jobs:
247247
248248 steps :
249249 - name : Git Clone - ${{ github.event.pull_request.head.ref }}
250- uses : actions/checkout@v4
250+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
251251 with :
252252 ref : ${{ github.event.pull_request.head.ref }}
253253
@@ -286,7 +286,7 @@ jobs:
286286
287287 steps :
288288 - name : Git Clone - ${{ github.event.pull_request.head.ref }}
289- uses : actions/checkout@v4
289+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
290290 with :
291291 ref : ${{ github.event.pull_request.head.ref }}
292292
@@ -326,7 +326,7 @@ jobs:
326326 run : make test-performance-output
327327
328328 - name : Store Performance Test Outputs
329- uses : actions/upload-artifact@v4
329+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
330330 with :
331331 name : performance-test-outputs
332332 path : dist/*.png
0 commit comments