2626 runs-on : ubuntu-24.04
2727 timeout-minutes : 30
2828 steps :
29- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
29+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3030 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
3131 with :
3232 go-version : 1.25.x
7979 run : |
8080 git config --global core.autocrlf false
8181 git config --global core.eol lf
82- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
82+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
8383 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
8484 with :
8585 go-version : 1.25.x
@@ -115,7 +115,7 @@ jobs:
115115 run : |
116116 sudo apt-get update
117117 sudo apt-get install -y --no-install-recommends qemu-utils
118- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
118+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
119119 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
120120 with :
121121 go-version : ${{ matrix.go-version }}
@@ -166,7 +166,7 @@ jobs:
166166 run : |
167167 git config --global core.autocrlf false
168168 git config --global core.eol lf
169- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
169+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
170170 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
171171 with :
172172 go-version : 1.25.x
@@ -194,7 +194,7 @@ jobs:
194194 run : |
195195 git config --global core.autocrlf false
196196 git config --global core.eol lf
197- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
197+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
198198 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
199199 with :
200200 go-version : 1.25.x
@@ -219,9 +219,9 @@ jobs:
219219 runs-on : macos-15-large # Intel
220220 timeout-minutes : 120
221221 steps :
222- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
222+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
223223 - name : Fetch homebrew-core commit messages
224- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
224+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
225225 with :
226226 # needed by ./hack/brew-install-version.sh
227227 repository : homebrew/homebrew-core
@@ -305,7 +305,7 @@ jobs:
305305 - ../hack/test-templates/net-user-v2.yaml
306306 - ../hack/test-templates/test-misc.yaml # TODO: merge net-user-v2 into test-misc
307307 steps :
308- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
308+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
309309 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
310310 with :
311311 go-version : 1.25.x
@@ -347,7 +347,7 @@ jobs:
347347 runs-on : ubuntu-24.04
348348 timeout-minutes : 30
349349 steps :
350- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
350+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
351351 with :
352352 # BATS tests don't expect lima version warnings like:
353353 # msg="treating lima version \"ea336ae\" from \"/Users/runner/.lima-bats/dummy/lima-version\" as very latest release"
@@ -390,7 +390,7 @@ jobs:
390390 matrix :
391391 colima-version : ["v0.6.5"]
392392 steps :
393- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
393+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
394394 with :
395395 # fetch-depth is set to 0 to let `limactl --version` print semver-ish version
396396 # fetch-depth: 0 is required for Colima integration test because Colima
@@ -436,9 +436,9 @@ jobs:
436436 runs-on : macos-15-large # Intel
437437 timeout-minutes : 120
438438 steps :
439- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
439+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
440440 - name : Fetch homebrew-core commit messages
441- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
441+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
442442 with :
443443 # needed by ./hack/brew-install-version.sh
444444 repository : homebrew/homebrew-core
@@ -505,9 +505,9 @@ jobs:
505505 matrix :
506506 oldver : ["v0.15.1"] # The default VM type was always QEMU until Lima v1.0
507507 steps :
508- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
508+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
509509 - name : Fetch homebrew-core commit messages
510- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
510+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
511511 with :
512512 # needed by ./hack/brew-install-version.sh
513513 repository : homebrew/homebrew-core
@@ -552,7 +552,7 @@ jobs:
552552 - name : " Adjust LIMACTL_CREATE_ARGS"
553553 # --cpus=1 is needed for running vz on GHA: https://github.com/lima-vm/lima/pull/1511#issuecomment-1574937888
554554 run : echo "LIMACTL_CREATE_ARGS=${LIMACTL_CREATE_ARGS} --cpus 1 --memory 1" >>$GITHUB_ENV
555- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
555+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
556556 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
557557 with :
558558 go-version : 1.25.x
@@ -585,7 +585,7 @@ jobs:
585585 runs-on : macos-15-large # Intel
586586 timeout-minutes : 30
587587 steps :
588- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
588+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
589589 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
590590 with :
591591 go-version : 1.25.x
@@ -612,7 +612,7 @@ jobs:
612612 runs-on : ubuntu-24.04
613613 timeout-minutes : 30
614614 steps :
615- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
615+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
616616 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
617617 with :
618618 go-version : 1.25.x
@@ -624,7 +624,7 @@ jobs:
624624 runs-on : ubuntu-22.04 # QEMU 6.2
625625 timeout-minutes : 30
626626 steps :
627- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
627+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
628628 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
629629 with :
630630 go-version : 1.25.x
0 commit comments