File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -257,14 +257,14 @@ jobs:
257257 # - macos-14 # no virt: https://github.com/docker/actions-toolkit/issues/317
258258 - macos-13
259259 steps :
260- - name : Harden Runner
261- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
260+ - name : Harden the runner (Audit all outbound calls)
261+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
262262 with :
263263 egress-policy : audit
264264
265265 -
266266 name : Checkout
267- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
267+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
268268 -
269269 name : Set up Docker
270270 uses : ./
@@ -276,13 +276,13 @@ jobs:
276276 docker run -d -p 5000:5000 --restart=always --name registry registry:2
277277 -
278278 name : Set up Docker Buildx
279- uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3 .0
279+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10 .0
280280 with :
281281 driver : docker
282282 driver-opts : network=host
283283 -
284284 name : Build and push
285- uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1 .0
285+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
286286 with :
287287 context : ./test
288288 push : true
You can’t perform that action at this time.
0 commit comments