25
25
if : github.event.pull_request.draft == false
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
28
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
43
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
58
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
96
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
121
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
138
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
156
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
166
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
176
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
185
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
186
186
with :
187
187
persist-credentials : false
188
188
- run : tools/lint-readme-lists.mjs
0 commit comments