File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 12
12
images :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
15
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
16
- run : images/build -d
17
17
18
18
linters :
29
29
- docs
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
32
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
33
- name : Install Go
34
34
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
35
35
with :
41
41
runs-on : ubuntu-latest
42
42
steps :
43
43
- name : Checkout
44
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
44
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45
45
- name : Install Go
46
46
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
47
47
with :
59
59
# Ref: https://github.com/uraimo/run-on-arch-action
60
60
steps :
61
61
- name : Checkout
62
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
62
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
63
63
with :
64
64
fetch-depth : 0
65
65
- name : Install Go
Original file line number Diff line number Diff line change @@ -63,21 +63,21 @@ jobs:
63
63
echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
64
64
65
65
- name : Checkout containerd/containerd ${{ format(matrix.version, '/') }}
66
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
66
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
67
67
with :
68
68
path : ${{ github.workspace }}/src/github.com/containerd/containerd
69
69
repository : containerd/containerd
70
70
ref : ${{ format(matrix.version, '/') }}
71
71
72
72
- name : Checkout Microsoft/hcsshim
73
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
73
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
74
74
if : startsWith(matrix.os, 'windows')
75
75
with :
76
76
repository : Microsoft/hcsshim
77
77
path : src/github.com/Microsoft/hcsshim
78
78
79
79
- name : Checkout cri-tools for this commit
80
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
80
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
81
81
with :
82
82
path : ${{github.workspace}}/src/github.com/kubernetes-sigs/cri-tools
83
83
Original file line number Diff line number Diff line change 26
26
runs-on : ubuntu-22.04
27
27
steps :
28
28
- name : Checkout cri-tools
29
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
29
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
30
31
31
- name : Install go
32
32
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
Original file line number Diff line number Diff line change 10
10
name : release
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
13
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
14
with :
15
15
fetch-depth : 0
16
16
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
You can’t perform that action at this time.
0 commit comments