34
34
os : [macos-latest, windows-latest]
35
35
runs-on : ${{ matrix.os }}
36
36
steps :
37
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
37
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
38
38
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
39
39
with :
40
40
go-version-file : go.mod
52
52
run : |
53
53
git config --global core.autocrlf false
54
54
git config --global core.eol lf
55
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
55
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
56
56
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
57
57
with :
58
58
# Since this repository is not meant to be used as a library,
65
65
name : lint
66
66
runs-on : ubuntu-latest
67
67
steps :
68
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
68
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
69
69
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
70
70
with :
71
71
go-version-file : go.mod
96
96
name : ShellCheck
97
97
runs-on : ubuntu-latest
98
98
steps :
99
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
99
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
100
100
- name : Run ShellCheck
101
101
uses : ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # 2.0.0
102
102
with :
@@ -105,7 +105,7 @@ jobs:
105
105
go-mod-tidy-check :
106
106
runs-on : ubuntu-latest
107
107
steps :
108
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
108
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
109
109
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
110
110
with :
111
111
go-version-file : go.mod
@@ -116,7 +116,7 @@ jobs:
116
116
check-licenses :
117
117
runs-on : ubuntu-latest
118
118
steps :
119
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
119
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
120
120
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
121
121
with :
122
122
go-version-file : go.mod
@@ -136,7 +136,7 @@ jobs:
136
136
test-command : ['test-e2e-vm-serial', 'test-e2e-container']
137
137
runs-on : ${{ matrix.os }}
138
138
steps :
139
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
139
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
140
140
with :
141
141
# We need to get all the git tags to make version injection work. See VERSION in Makefile for more detail.
142
142
fetch-depth : 0
@@ -199,7 +199,7 @@ jobs:
199
199
- name : Cleanup previous checkouts
200
200
run : |
201
201
Remove-Item C:\actions-runner\_work\finch\finch -Recurse -Force -ErrorAction Ignore
202
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
202
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
203
203
with :
204
204
# We need to get all the git tags to make version injection work. See VERSION in Makefile for more detail.
205
205
fetch-depth : 0
@@ -262,7 +262,7 @@ jobs:
262
262
mdlint :
263
263
runs-on : ubuntu-latest
264
264
steps :
265
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
265
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
266
266
- uses : avto-dev/markdown-lint@04d43ee9191307b50935a753da3b775ab695eceb # v1.5.0
267
267
with :
268
268
args : ' **/*.md'
0 commit comments