5757 packages : write
5858 steps :
5959 - name : Checkout
60- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
60+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6161 with :
6262 fetch-depth : 0
6363
@@ -114,7 +114,7 @@ jobs:
114114 echo "✓ Quay credentials are available"
115115
116116 - name : Login to Quay
117- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
117+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
118118 with :
119119 registry : ${{ env.REGISTRY }}
120120 username : ${{ secrets.QUAY_USERNAME }}
@@ -157,7 +157,7 @@ jobs:
157157 touch "/tmp/digests/${digest#sha256:}"
158158
159159 - name : Upload digest
160- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
160+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
161161 with :
162162 name : digests-${{ env.PLATFORM_PAIR }}
163163 path : /tmp/digests/*
@@ -175,7 +175,7 @@ jobs:
175175 HAS_QUAY_AUTH : ${{ secrets.QUAY_USERNAME != '' && secrets.QUAY_TOKEN != '' }}
176176 steps :
177177 - name : Login to Quay
178- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
178+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
179179 with :
180180 registry : ${{ env.REGISTRY }}
181181 username : ${{ secrets.QUAY_USERNAME }}
@@ -210,12 +210,12 @@ jobs:
210210 echo "EXPIRES_AFTER=$expires_after" >> $GITHUB_ENV
211211
212212 - name : Checkout
213- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
213+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
214214 with :
215215 fetch-depth : 0
216216
217217 - name : Download digests
218- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
218+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
219219 with :
220220 path : /tmp/digests
221221 pattern : digests-*
@@ -225,12 +225,12 @@ jobs:
225225 uses : ./.github/actions/get-sha
226226
227227 - name : Set up Docker Buildx
228- uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
228+ uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
229229
230230 - name : Set container metadata (for :next builds, 14d expiry)
231231 id : meta-next
232232 if : ${{ env.REF_NAME_SHORT == 'next' || startsWith(env.REF_NAME_SHORT,'next-') }}
233- uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
233+ uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
234234 with :
235235 images : ${{ env.REGISTRY }}/${{ env.REGISTRY_IMAGE }}
236236 tags : |
@@ -243,7 +243,7 @@ jobs:
243243 - name : Set container metadata (for releases, 183d expiry)
244244 id : meta-release
245245 if : ${{ env.REF_NAME_SHORT != 'next' && !startsWith(env.REF_NAME_SHORT,'next-') }}
246- uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
246+ uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
247247 with :
248248 images : ${{ env.REGISTRY }}/${{ env.REGISTRY_IMAGE }}
249249 tags : |
0 commit comments