11# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22#
3- # Generated on 2025-08-13T16:47:00Z by kres 9f63e23 .
3+ # Generated on 2025-12-01T17:09:16Z by kres a1a34ff .
44
55concurrency :
66 group : ${{ github.head_ref || github.run_id }}
@@ -26,13 +26,12 @@ jobs:
2626 packages : write
2727 pull-requests : read
2828 runs-on :
29- - self-hosted
30- - generic
29+ group : large
3130 if : (!startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'dependabot/')) && github.event_name == 'pull_request'
3231 steps :
3332 - name : gather-system-info
3433 id : system-info
35- uses : kenchan0130/actions-system-info@v1.3.1
34+ uses : kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0
3635 continue-on-error : true
3736 - name : print-system-info
3837 run : |
@@ -56,13 +55,13 @@ jobs:
5655 done
5756 continue-on-error : true
5857 - name : checkout
59- uses : actions/checkout@v4
58+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0
6059 - name : Unshallow
6160 run : |
6261 git fetch --prune --unshallow
6362 - name : Set up Docker Buildx
6463 id : setup-buildx
65- uses : docker/setup-buildx-action@v3
64+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
6665 with :
6766 driver : remote
6867 endpoint : tcp://buildkit-amd64.ci.svc.cluster.local:1234
@@ -102,13 +101,12 @@ jobs:
102101 packages : write
103102 pull-requests : read
104103 runs-on :
105- - self-hosted
106- - generic
104+ group : large
107105 if : (!startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'dependabot/')) && github.event_name != 'pull_request' && !startsWith(github.ref, 'refs/tags/')
108106 steps :
109107 - name : gather-system-info
110108 id : system-info
111- uses : kenchan0130/actions-system-info@v1.3.1
109+ uses : kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0
112110 continue-on-error : true
113111 - name : print-system-info
114112 run : |
@@ -132,19 +130,19 @@ jobs:
132130 done
133131 continue-on-error : true
134132 - name : checkout
135- uses : actions/checkout@v4
133+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0
136134 - name : Unshallow
137135 run : |
138136 git fetch --prune --unshallow
139137 - name : Set up Docker Buildx
140138 id : setup-buildx
141- uses : docker/setup-buildx-action@v3
139+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
142140 with :
143141 driver : remote
144142 endpoint : tcp://buildkit-amd64.ci.svc.cluster.local:1234
145143 timeout-minutes : 10
146144 - name : login-to-registry
147- uses : docker/login-action@v3
145+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # version: v3.6.0
148146 with :
149147 password : ${{ secrets.GITHUB_TOKEN }}
150148 registry : ghcr.io
@@ -164,13 +162,12 @@ jobs:
164162 packages : write
165163 pull-requests : read
166164 runs-on :
167- - self-hosted
168- - generic
165+ group : large
169166 if : (!startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'dependabot/')) && startsWith(github.ref, 'refs/tags/')
170167 steps :
171168 - name : gather-system-info
172169 id : system-info
173- uses : kenchan0130/actions-system-info@v1.3.1
170+ uses : kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0
174171 continue-on-error : true
175172 - name : print-system-info
176173 run : |
@@ -194,13 +191,13 @@ jobs:
194191 done
195192 continue-on-error : true
196193 - name : checkout
197- uses : actions/checkout@v4
194+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0
198195 - name : Unshallow
199196 run : |
200197 git fetch --prune --unshallow
201198 - name : Set up Docker Buildx
202199 id : setup-buildx
203- uses : docker/setup-buildx-action@v3
200+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
204201 with :
205202 driver : remote
206203 endpoint : tcp://buildkit-amd64.ci.svc.cluster.local:1234
@@ -215,7 +212,7 @@ jobs:
215212 run : |
216213 make check-dirty
217214 - name : login-to-registry
218- uses : docker/login-action@v3
215+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # version: v3.6.0
219216 with :
220217 password : ${{ secrets.GITHUB_TOKEN }}
221218 registry : ghcr.io
@@ -232,7 +229,7 @@ jobs:
232229 sha256sum infrastructure-sidero/*/* > sha256sum.txt
233230 sha512sum infrastructure-sidero/*/* > sha512sum.txt
234231 - name : release
235- uses : crazy-max/ghaction-github -release@v2
232+ uses : softprops/action-gh -release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # version: v2.5.0
236233 with :
237234 body_path : _out/RELEASE_NOTES.md
238235 draft : " true"
0 commit comments