Skip to content

Commit 5225ff2

Browse files
build(deps): bump actions/checkout from 5.0.0 to 5.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...93cb6ef) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54192b9 commit 5225ff2

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
build-mode: autobuild
3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
41+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4242

4343
- name: Initialize CodeQL
4444
uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
xcodebuild -version
4545
# macOS SDK version
4646
xcrun --show-sdk-version || true
47-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
47+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4848
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
4949
with:
5050
go-version: 1.25.x
@@ -67,7 +67,7 @@ jobs:
6767
id-token: write # for provenances
6868
attestations: write # for provenances
6969
steps:
70-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
70+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
7171
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
7272
with:
7373
name: artifacts-darwin

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: "Checkout code"
30-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
30+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3131
with:
3232
persist-credentials: false
3333

.github/workflows/spell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-24.04
1818
timeout-minutes: 5
1919
steps:
20-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2121
- uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2
2222
with:
2323
check_filenames: true

.github/workflows/test.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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
@@ -79,7 +79,7 @@ jobs:
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

Comments
 (0)