@@ -131,7 +131,7 @@ jobs:
131131 persist-credentials : false
132132
133133 - name : Get build artifact
134- uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
134+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
135135 with :
136136 name : ' build-frontend-output-${{ matrix.app_name }}'
137137 path : ' ${{ github.workspace }}/dist/frontend'
@@ -148,21 +148,21 @@ jobs:
148148
149149 - name : Get backend build artifact
150150 if : ${{ env.has_backend == 'true' }}
151- uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
151+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
152152 with :
153153 name : ' build-backend-output-${{ matrix.app_name }}'
154154 path : ' ${{ github.workspace }}/dist/backend'
155155
156156 - name : Install 1Password CLI
157- uses : 1password/install-cli-action@9a0c9dd934086b7ab1d90115d455bda1c53c2bdb # v2
157+ uses : 1password/install-cli-action@9a0c9dd934086b7ab1d90115d455bda1c53c2bdb # v2.0.2
158158
159159 - name : Install Terragrunt
160- uses : eLco/setup-terragrunt@2c5116f8979bb261072ef57c97ac026cd9c27434 # v1
160+ uses : eLco/setup-terragrunt@2c5116f8979bb261072ef57c97ac026cd9c27434 # v1.0.3
161161 with :
162162 terragrunt_version : ${{ env.tg_version }}
163163
164164 - name : ' Install OpenTofu'
165- uses : opentofu/setup-opentofu@9d84900f3238fab8cd84ce47d658d25dd008be2f # v1
165+ uses : opentofu/setup-opentofu@9d84900f3238fab8cd84ce47d658d25dd008be2f # v1.0.8
166166 with :
167167 tofu_version : ${{ env.tofu_version }}
168168 tofu_wrapper : false
@@ -192,7 +192,7 @@ jobs:
192192 echo "output=$(op run --no-masking --env-file='../../../.env' -- terragrunt output -json | jq -c .)" >> $GITHUB_OUTPUT
193193
194194 - name : Publish Frontend to Cloudflare Pages
195- uses : cloudflare/pages-action@f0a1cd58cd66095dee69bfa18fa5efd1dde93bca # v1
195+ uses : cloudflare/pages-action@f0a1cd58cd66095dee69bfa18fa5efd1dde93bca # v1.5.0
196196 with :
197197 apiToken : ${{ secrets.CLOUDFLARE_API_TOKEN_PAGES_UPLOAD }}
198198 accountId : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
@@ -226,7 +226,7 @@ jobs:
226226 steps :
227227 - name : Download all preview URLs
228228 continue-on-error : true
229- uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
229+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
230230 with :
231231 pattern : preview-url-*
232232 path : /tmp/preview-urls
@@ -254,7 +254,7 @@ jobs:
254254 } >> $GITHUB_OUTPUT
255255
256256 - name : Comment
257- uses : actions-cool/maintain-one-comment@4b2dbf086015f892dcb5e8c1106f5fccd6c1476b # v3
257+ uses : actions-cool/maintain-one-comment@4b2dbf086015f892dcb5e8c1106f5fccd6c1476b # v3.2.0
258258 with :
259259 number : ${{ github.event.number }}
260260 body : ${{ steps.build-comment.outputs.body }}
0 commit comments