|
29 | 29 | with:
|
30 | 30 | # To avoid "failed to load YAML file \"templates/experimental/riscv64.yaml\": can't parse builtin Lima version \"3f3a6f6\": 3f3a6f6 is not in dotted-tri format"
|
31 | 31 | fetch-depth: 0
|
32 |
| - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 |
| 32 | + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 |
33 | 33 | with:
|
34 | 34 | go-version: 1.23.x
|
35 | 35 | - name: Install protoc
|
|
98 | 98 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
99 | 99 | with:
|
100 | 100 | fetch-depth: 1
|
101 |
| - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 |
| 101 | + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 |
102 | 102 | with:
|
103 | 103 | go-version: ${{ matrix.go-version }}
|
104 | 104 | - name: Unit tests
|
@@ -146,7 +146,7 @@ jobs:
|
146 | 146 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
147 | 147 | with:
|
148 | 148 | fetch-depth: 1
|
149 |
| - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 |
| 149 | + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 |
150 | 150 | with:
|
151 | 151 | go-version: 1.23.x
|
152 | 152 | - name: Unit tests
|
@@ -179,7 +179,7 @@ jobs:
|
179 | 179 | with:
|
180 | 180 | # To avoid "failed to load YAML file \"templates/experimental/riscv64.yaml\": can't parse builtin Lima version \"3f3a6f6\": 3f3a6f6 is not in dotted-tri format"
|
181 | 181 | fetch-depth: 0
|
182 |
| - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 |
| 182 | + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 |
183 | 183 | with:
|
184 | 184 | go-version: 1.23.x
|
185 | 185 | - name: Unit tests
|
@@ -250,7 +250,7 @@ jobs:
|
250 | 250 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
251 | 251 | with:
|
252 | 252 | fetch-depth: 1
|
253 |
| - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 |
| 253 | + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 |
254 | 254 | with:
|
255 | 255 | go-version: 1.23.x
|
256 | 256 | - name: Make
|
@@ -301,7 +301,7 @@ jobs:
|
301 | 301 | # fetch-depth is set to 0 to let `limactl --version` print semver-ish version
|
302 | 302 | fetch-depth: 0
|
303 | 303 | ref: ${{ github.event.pull_request.head.sha }}
|
304 |
| - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 |
| 304 | + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 |
305 | 305 | with:
|
306 | 306 | go-version: 1.23.x
|
307 | 307 | - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
|
@@ -346,7 +346,7 @@ jobs:
|
346 | 346 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
347 | 347 | with:
|
348 | 348 | fetch-depth: 1
|
349 |
| - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 |
| 349 | + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 |
350 | 350 | with:
|
351 | 351 | go-version: 1.23.x
|
352 | 352 | - name: Make
|
@@ -409,7 +409,7 @@ jobs:
|
409 | 409 | path: homebrew-core
|
410 | 410 | fetch-depth: 0
|
411 | 411 | filter: tree:0
|
412 |
| - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 |
| 412 | + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 |
413 | 413 | with:
|
414 | 414 | go-version: 1.23.x
|
415 | 415 | - name: Cache image used by ${{ matrix.oldver }}/examples/ubuntu-lts.yaml
|
@@ -446,7 +446,7 @@ jobs:
|
446 | 446 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
447 | 447 | with:
|
448 | 448 | fetch-depth: 1
|
449 |
| - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 |
| 449 | + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 |
450 | 450 | with:
|
451 | 451 | go-version: 1.23.x
|
452 | 452 | - name: Make
|
|
0 commit comments