19
19
steps :
20
20
# Checks out a copy of your repository on the ubuntu-latest machine
21
21
- name : Checkout code
22
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
22
+ uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
23
23
24
24
- name : Ensure tool names are snake cased
25
25
run : ./bin/lint_tool_file_names.sh
@@ -49,13 +49,13 @@ jobs:
49
49
steps :
50
50
# Checks out default branch locally so that it is available to the scripts.
51
51
- name : Checkout main
52
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
52
+ uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
53
53
with :
54
54
ref : main
55
55
56
56
# Checks out a copy of your repository on the ubuntu-latest machine
57
57
- name : Checkout code
58
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
58
+ uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
59
59
60
60
- name : Fetch configlet
61
61
run : ./bin/fetch-configlet
@@ -69,11 +69,11 @@ jobs:
69
69
70
70
steps :
71
71
- name : Checkout main
72
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
72
+ uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
73
73
with :
74
74
ref : main
75
75
- name : Checkout code
76
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
76
+ uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
77
77
78
78
- name : Run markdown lint
79
79
run : ./bin/lint_markdown.sh
84
84
runs-on : ubuntu-latest
85
85
steps :
86
86
- name : Checkout
87
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
87
+ uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
88
88
89
89
- name : Run shellcheck
90
90
uses : ludeeus/action-shellcheck@94e0aab03ca135d11a35e5bfc14e6746dc56e7e9 # 1.0.0
@@ -102,13 +102,13 @@ jobs:
102
102
steps :
103
103
# Checks out main locally so that it is available to the scripts.
104
104
- name : Checkout main
105
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
105
+ uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
106
106
with :
107
107
ref : main
108
108
109
109
# Checks out a copy of your repository on the ubuntu-latest machine
110
110
- name : Checkout code
111
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
111
+ uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
112
112
113
113
- name : Setup toolchain
114
114
uses :
actions-rs/[email protected]
@@ -144,7 +144,7 @@ jobs:
144
144
145
145
steps :
146
146
- name : Checkout code
147
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
147
+ uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
148
148
149
149
- name : Setup toolchain
150
150
uses :
actions-rs/[email protected]
@@ -175,12 +175,12 @@ jobs:
175
175
176
176
steps :
177
177
- name : Checkout main
178
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
178
+ uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
179
179
with :
180
180
ref : main
181
181
182
182
- name : Checkout code
183
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
183
+ uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
184
184
185
185
- name : Setup toolchain
186
186
uses :
actions-rs/[email protected]
@@ -211,13 +211,13 @@ jobs:
211
211
steps :
212
212
# Checks out main locally so that it is available to the scripts.
213
213
- name : Checkout main
214
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
214
+ uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
215
215
with :
216
216
ref : main
217
217
218
218
# Checks out a copy of your repository on the ubuntu-latest machine
219
219
- name : Checkout code
220
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
220
+ uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
221
221
222
222
- name : Setup nightly toolchain
223
223
uses :
actions-rs/[email protected]
0 commit comments