Skip to content

Commit 4ed65a2

Browse files
authored
Merge pull request #21912 from kubernetes/dependabot/github_actions/actions/checkout-5.0.1
Build(deps): Bump actions/checkout from 5.0.0 to 5.0.1
2 parents 3206506 + da7bde3 commit 4ed65a2

File tree

65 files changed

+70
-70
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+70
-70
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
build_minikube:
2121
runs-on: ubuntu-22.04
2222
steps:
23-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
23+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
2424
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
2525
with:
2626
go-version: ${{env.GO_VERSION}}
@@ -46,7 +46,7 @@ jobs:
4646
lint:
4747
runs-on: ubuntu-22.04
4848
steps:
49-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
49+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
5050
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
5151
with:
5252
go-version: ${{env.GO_VERSION}}
@@ -64,7 +64,7 @@ jobs:
6464
unit_test:
6565
runs-on: ubuntu-22.04
6666
steps:
67-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
67+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
6868
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
6969
with:
7070
go-version: ${{env.GO_VERSION}}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: github.repository == 'kubernetes/minikube'
1616
runs-on: ubuntu-22.04
1717
steps:
18-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
18+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
1919
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
2020
with:
2121
go-version: ${{env.GO_VERSION}}

.github/workflows/functional_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
build-test-binaries:
3535
runs-on: ubuntu-22.04
3636
steps:
37-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
37+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
3838
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
3939
with:
4040
go-version: ${{env.GO_VERSION}}

.github/workflows/functional_verified.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: contains(github.event.pull_request.labels.*.name, 'ok-to-test')
3535
runs-on: ubuntu-22.04
3636
steps:
37-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
37+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
3838
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
3939
with:
4040
go-version: ${{env.GO_VERSION}}

.github/workflows/go-mod-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: github.repository == 'kubernetes/minikube'
1616
runs-on: ubuntu-22.04
1717
steps:
18-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
18+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
1919
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
2020
with:
2121
go-version: ${{env.GO_VERSION}}

.github/workflows/leaderboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
update-leaderboard:
1515
runs-on: ubuntu-22.04
1616
steps:
17-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
17+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
1818
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
1919
with:
2020
go-version: ${{env.GO_VERSION}}

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
Lint-:
2020
runs-on: ubuntu-22.04
2121
steps:
22-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
22+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
2323
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
2424
with:
2525
go-version: ${{env.GO_VERSION}}
@@ -41,7 +41,7 @@ jobs:
4141
Boilerplate:
4242
runs-on: ubuntu-22.04
4343
steps:
44-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
44+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
4545
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
4646
with:
4747
go-version: ${{env.GO_VERSION}}
@@ -55,7 +55,7 @@ jobs:
5555
Gomodtidy:
5656
runs-on: ubuntu-22.04
5757
steps:
58-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
58+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
5959
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
6060
with:
6161
go-version: ${{env.GO_VERSION}}

.github/workflows/minikube-image-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2020
AWS_DEFAULT_REGION: 'us-west-1'
2121
steps:
22-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
22+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
2323
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
2424
with:
2525
go-version: ${{env.GO_VERSION}}

.github/workflows/sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Install bom and generate SBOM
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
14+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
1515
- name: Install bom
1616
uses: kubernetes-sigs/release-actions/setup-bom@8af7b2a5596dff526de9db59b2c4b8457e9f52a1 # main
1717
- name: Generage SBOM

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
ip addr show
8585
ifconfig
8686
docker version
87-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
87+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
8888
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
8989
with:
9090
go-version-file: go.mod

0 commit comments

Comments
 (0)