@@ -120,7 +120,7 @@ jobs:
120120 steps :
121121 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
122122
123- - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
123+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
124124 with :
125125 pattern : partial-matrix-*
126126 path : official-repos/
@@ -139,7 +139,7 @@ jobs:
139139 shell : bash
140140
141141 - name : Delete partial matrix artifacts
142- uses : geekyeggo/delete-artifact@f275313e70c08f6120db482d7a6b98377786765b # v5.1 .0
142+ uses : geekyeggo/delete-artifact@176a747ab7e287e3ff4787bf8a148716375ca118 # v6.0 .0
143143 with :
144144 name : partial-matrix-*
145145 failOnError : false
@@ -166,14 +166,14 @@ jobs:
166166 runs-on : ${{ contains(matrix.image, 'arm') && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }}
167167 steps :
168168 - name : Login to Registry
169- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
169+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
170170 with :
171171 registry : ${{ vars.DOCKER_INTERNAL_REGISTRY_URL }}
172172 username : ${{ secrets.HARBOR_CENTREON_PULL_USERNAME }}
173173 password : ${{ secrets.HARBOR_CENTREON_PULL_TOKEN }}
174174
175175 - name : Login to Proxy Registry
176- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
176+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
177177 with :
178178 registry : ${{ vars.DOCKER_PROXY_REGISTRY_URL }}
179179 username : ${{ secrets.HARBOR_CENTREON_PULL_USERNAME }}
@@ -189,7 +189,7 @@ jobs:
189189 docker save -o "./${IMAGE_NAME}" "${DOCKER_IMAGE}:latest"
190190 shell : bash
191191
192- - uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
192+ - uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
193193 with :
194194 path : ./${{ matrix.image }}
195195 key : ${{ matrix.image }}-${{ github.sha }}-${{ github.run_id }}
@@ -212,7 +212,7 @@ jobs:
212212 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
213213
214214 - name : Restore packaging image from cache
215- uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
215+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
216216 with :
217217 path : ./${{ matrix.image }}
218218 key : ${{ matrix.image }}-${{ github.sha }}-${{ github.run_id }}
@@ -300,7 +300,7 @@ jobs:
300300 retention-days : 1
301301
302302 - name : Delete merged artifacts
303- uses : geekyeggo/delete-artifact@f275313e70c08f6120db482d7a6b98377786765b # v5.1 .0
303+ uses : geekyeggo/delete-artifact@176a747ab7e287e3ff4787bf8a148716375ca118 # v6.0 .0
304304 with :
305305 name : packages-rpm-${{ matrix.distrib }}-*
306306 failOnError : false
@@ -330,7 +330,7 @@ jobs:
330330
331331 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
332332
333- - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
333+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
334334 with :
335335 name : packages-rpm-${{ matrix.distrib }}
336336 path : ./
@@ -341,7 +341,7 @@ jobs:
341341 - run : rpmsign --addsign ./*.rpm
342342 shell : bash
343343
344- - uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
344+ - uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
345345 with :
346346 path : ./*.rpm
347347 key : ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}
@@ -363,7 +363,7 @@ jobs:
363363 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
364364
365365 - name : Restore packaging image from cache
366- uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
366+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
367367 with :
368368 path : ./${{ matrix.image }}
369369 key : ${{ matrix.image }}-${{ github.sha }}-${{ github.run_id }}
@@ -465,7 +465,7 @@ jobs:
465465 retention-days : 1
466466
467467 - name : Delete merged artifacts
468- uses : geekyeggo/delete-artifact@f275313e70c08f6120db482d7a6b98377786765b # v5.1 .0
468+ uses : geekyeggo/delete-artifact@176a747ab7e287e3ff4787bf8a148716375ca118 # v6.0 .0
469469 with :
470470 name : packages-deb-${{ matrix.distrib }}-*
471471 failOnError : false
@@ -480,12 +480,12 @@ jobs:
480480 matrix :
481481 distrib : [bullseye, bookworm, trixie, jammy, noble]
482482 steps :
483- - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
483+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
484484 with :
485485 name : packages-deb-${{ matrix.distrib }}
486486 path : ./
487487
488- - uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
488+ - uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
489489 with :
490490 path : ./*.deb
491491 key : ${{ github.sha }}-${{ github.run_id }}-deb-${{ matrix.distrib }}
0 commit comments