25
25
if : github.event.pull_request.draft == false
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
28
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
43
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
58
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
96
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
121
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
138
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
156
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
166
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
176
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
177
177
with :
178
178
fetch-depth : 2
179
179
persist-credentials : false
0 commit comments