11name : ci
22
3+ permissions :
4+ contents : read
5+
36concurrency :
47 group : ${{ github.workflow }}-${{ github.ref }}
58 cancel-in-progress : true
1922 steps :
2023 -
2124 name : Checkout
22- uses : actions/checkout@v6
25+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2326 -
2427 name : Stop docker
2528 run : |
4346 steps :
4447 -
4548 name : Checkout
46- uses : actions/checkout@v6
49+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4750 -
4851 name : Login to GitHub Container Registry
4952 uses : ./
6063 steps :
6164 -
6265 name : Checkout
63- uses : actions/checkout@v6
66+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6467 -
6568 name : Login to GitHub Container Registry
6669 uses : ./
7073 password : ${{ secrets.GHCR_PAT }}
7174 -
7275 name : DinD
73- uses : docker://docker
76+ uses : docker://docker:29.3@sha256:4d90f1f6c400315c2dba96d3ec93c01e64198395cbba04f79d12adce4f737029
7477 with :
7578 entrypoint : docker
7679 args : pull ghcr.io/docker-ghactiontest/test
8588 steps :
8689 -
8790 name : Checkout
88- uses : actions/checkout@v6
91+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8992 -
9093 name : Login to ACR
9194 uses : ./
@@ -105,7 +108,7 @@ jobs:
105108 steps :
106109 -
107110 name : Checkout
108- uses : actions/checkout@v6
111+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
109112 -
110113 name : Login to Docker Hub
111114 uses : ./
@@ -124,7 +127,7 @@ jobs:
124127 steps :
125128 -
126129 name : Checkout
127- uses : actions/checkout@v6
130+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
128131 -
129132 name : Login to ECR
130133 uses : ./
@@ -144,10 +147,10 @@ jobs:
144147 steps :
145148 -
146149 name : Checkout
147- uses : actions/checkout@v6
150+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
148151 -
149152 name : Configure AWS Credentials
150- uses : aws-actions/configure-aws-credentials@v6
153+ uses : aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
151154 with :
152155 aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
153156 aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
@@ -169,7 +172,7 @@ jobs:
169172 steps :
170173 -
171174 name : Checkout
172- uses : actions/checkout@v6
175+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
173176 -
174177 name : Login to Public ECR
175178 continue-on-error : ${{ matrix.os == 'windows-latest' }}
@@ -192,10 +195,10 @@ jobs:
192195 steps :
193196 -
194197 name : Checkout
195- uses : actions/checkout@v6
198+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
196199 -
197200 name : Configure AWS Credentials
198- uses : aws-actions/configure-aws-credentials@v6
201+ uses : aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
199202 with :
200203 aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
201204 aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
@@ -218,7 +221,7 @@ jobs:
218221 steps :
219222 -
220223 name : Checkout
221- uses : actions/checkout@v6
224+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
222225 -
223226 name : Login to GitHub Container Registry
224227 uses : ./
@@ -238,7 +241,7 @@ jobs:
238241 steps :
239242 -
240243 name : Checkout
241- uses : actions/checkout@v6
244+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
242245 -
243246 name : Login to GitLab
244247 uses : ./
@@ -258,7 +261,7 @@ jobs:
258261 steps :
259262 -
260263 name : Checkout
261- uses : actions/checkout@v6
264+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
262265 -
263266 name : Login to Google Artifact Registry
264267 uses : ./
@@ -278,7 +281,7 @@ jobs:
278281 steps :
279282 -
280283 name : Checkout
281- uses : actions/checkout@v6
284+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
282285 -
283286 name : Login to Google Container Registry
284287 uses : ./
@@ -292,7 +295,7 @@ jobs:
292295 steps :
293296 -
294297 name : Checkout
295- uses : actions/checkout@v6
298+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
296299 -
297300 name : Login to registries
298301 uses : ./
@@ -315,7 +318,7 @@ jobs:
315318 steps :
316319 -
317320 name : Checkout
318- uses : actions/checkout@v6
321+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
319322 -
320323 name : Login to registries
321324 uses : ./
@@ -336,7 +339,7 @@ jobs:
336339 steps :
337340 -
338341 name : Checkout
339- uses : actions/checkout@v6
342+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
340343 -
341344 name : Login to registries
342345 id : login
@@ -368,7 +371,7 @@ jobs:
368371 steps :
369372 -
370373 name : Checkout
371- uses : actions/checkout@v6
374+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
372375 -
373376 name : Login to Docker Hub
374377 uses : ./
@@ -398,7 +401,7 @@ jobs:
398401 steps :
399402 -
400403 name : Checkout
401- uses : actions/checkout@v6
404+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
402405 -
403406 name : Login to Docker Hub
404407 uses : ./
@@ -428,7 +431,7 @@ jobs:
428431 steps :
429432 -
430433 name : Checkout
431- uses : actions/checkout@v6
434+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
432435 -
433436 name : Login to GitHub Container Registry
434437 uses : ./
@@ -459,7 +462,7 @@ jobs:
459462 steps :
460463 -
461464 name : Checkout
462- uses : actions/checkout@v6
465+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
463466 -
464467 name : Login to GitHub Container Registry
465468 uses : ./
0 commit comments