25
25
if : github.event.pull_request.draft == false
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
28
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
29
29
with :
30
30
persist-credentials : false
31
31
- name : Use Node.js ${{ env.NODE_VERSION }}
40
40
if : github.event.pull_request.draft == false
41
41
runs-on : ubuntu-latest
42
42
steps :
43
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
43
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
44
44
with :
45
45
persist-credentials : false
46
46
- name : Set up Python ${{ env.PYTHON_VERSION }}
55
55
if : ${{ github.event.pull_request && github.event.pull_request.draft == false && github.base_ref == github.event.repository.default_branch }}
56
56
runs-on : ubuntu-latest
57
57
steps :
58
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
58
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
59
59
with :
60
60
fetch-depth : 0
61
61
persist-credentials : false
93
93
if : github.event.pull_request.draft == false
94
94
runs-on : ubuntu-latest
95
95
steps :
96
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
96
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
97
97
with :
98
98
persist-credentials : false
99
99
- name : Use Node.js ${{ env.NODE_VERSION }}
@@ -118,7 +118,7 @@ jobs:
118
118
if : github.event.pull_request.draft == false
119
119
runs-on : ubuntu-latest
120
120
steps :
121
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
121
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
122
122
with :
123
123
persist-credentials : false
124
124
- name : Set up Python ${{ env.PYTHON_VERSION }}
@@ -135,7 +135,7 @@ jobs:
135
135
if : github.event.pull_request.draft == false
136
136
runs-on : ubuntu-latest
137
137
steps :
138
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
138
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
139
139
with :
140
140
persist-credentials : false
141
141
- name : Use Python ${{ env.PYTHON_VERSION }}
@@ -153,7 +153,7 @@ jobs:
153
153
if : github.event.pull_request.draft == false
154
154
runs-on : ubuntu-latest
155
155
steps :
156
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
156
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
157
157
with :
158
158
persist-credentials : false
159
159
- run : shellcheck -V
@@ -163,7 +163,7 @@ jobs:
163
163
if : github.event.pull_request.draft == false
164
164
runs-on : ubuntu-latest
165
165
steps :
166
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
166
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
167
167
with :
168
168
persist-credentials : false
169
169
- uses : mszostok/codeowners-validator@7f3f5e28c6d7b8dfae5731e54ce2272ca384592f
@@ -173,7 +173,7 @@ jobs:
173
173
if : ${{ github.event.pull_request }}
174
174
runs-on : ubuntu-latest
175
175
steps :
176
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
176
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
177
177
with :
178
178
fetch-depth : 2
179
179
persist-credentials : false
@@ -182,7 +182,7 @@ jobs:
182
182
lint-readme :
183
183
runs-on : ubuntu-latest
184
184
steps :
185
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
185
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
186
186
with :
187
187
persist-credentials : false
188
188
- run : tools/lint-readme-lists.mjs
0 commit comments