@@ -63,12 +63,12 @@ jobs:
6363 env :
6464 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6565 REF : ${{ (github.ref_type == 'tag' && github.ref_name) || (github.event_name == 'workflow_dispatch' && inputs.version) || '' }}
66- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
66+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
6767 with :
6868 ref : ${{ steps.check.outputs.ref }}
6969 persist-credentials : false
7070 - name : Set up Docker Buildx
71- uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0 .0
71+ uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1 .0
7272 - name : Create platforms matrix
7373 id : matrix
7474 run : |
@@ -110,16 +110,16 @@ jobs:
110110 run : echo "sanitized_platform=${PLATFORM//\//-}" >> "${GITHUB_OUTPUT}"
111111 env :
112112 PLATFORM : ${{ matrix.platform }}
113- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
113+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
114114 with :
115115 ref : ${{ needs.prepare.outputs.ref }}
116116 persist-credentials : false
117117 - name : Set up Docker Buildx
118- uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0 .0
118+ uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1 .0
119119 with :
120120 platforms : ${{ matrix.platform }}
121121 - name : Login to DockerHub
122- uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0
122+ uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2 .0
123123 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
124124 with :
125125 username : ${{ vars.DOCKERHUB_USERNAME }}
@@ -139,7 +139,7 @@ jobs:
139139 REF : ${{ needs.prepare.outputs.ref }}
140140 - name : Build
141141 id : build
142- uses : docker/bake-action@a66e1c87e2eca0503c343edf1d208c716d54b8a8 # v7.1 .0
142+ uses : docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2 .0
143143 with :
144144 pull : true
145145 load : ${{ !fromJson(needs.prepare.outputs.push) || matrix.debug || matrix.mimalloc }}
@@ -265,7 +265,7 @@ jobs:
265265 run : echo "sanitized_platform=${PLATFORM//\//-}" >> "${GITHUB_OUTPUT}"
266266 env :
267267 PLATFORM : ${{ matrix.platform }}
268- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
268+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
269269 with :
270270 ref : ${{ needs.prepare.outputs.ref }}
271271 persist-credentials : false
@@ -283,18 +283,18 @@ jobs:
283283 env :
284284 REF : ${{ needs.prepare.outputs.ref }}
285285 - name : Set up Docker Buildx
286- uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0 .0
286+ uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1 .0
287287 with :
288288 platforms : ${{ matrix.platform }}
289289 - name : Login to DockerHub
290- uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0
290+ uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2 .0
291291 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
292292 with :
293293 username : ${{ vars.DOCKERHUB_USERNAME }}
294294 password : ${{ secrets.DOCKERHUB_TOKEN }} # zizmor: ignore[secrets-outside-env] TODO: drop once super-linter ships zizmor >=1.24.0, then the allowlist in zizmor.yaml takes over
295295 - name : Build
296296 id : build
297- uses : docker/bake-action@a66e1c87e2eca0503c343edf1d208c716d54b8a8 # v7.1 .0
297+ uses : docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2 .0
298298 with :
299299 pull : true
300300 load : ${{ !fromJson(needs.prepare.outputs.push) }}
@@ -397,9 +397,9 @@ jobs:
397397 path : /tmp/metadata-gnu
398398 merge-multiple : true
399399 - name : Set up Docker Buildx
400- uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0 .0
400+ uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1 .0
401401 - name : Login to DockerHub
402- uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0
402+ uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2 .0
403403 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
404404 with :
405405 username : ${{ vars.DOCKERHUB_USERNAME }}
@@ -449,7 +449,7 @@ jobs:
449449 env :
450450 HOMEBREW_NO_AUTO_UPDATE : 1
451451 steps :
452- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
452+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
453453 with :
454454 ref : ${{ needs.prepare.outputs.ref }}
455455 persist-credentials : false
0 commit comments