2525 if : github.event.pull_request.draft == false
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
28+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2929 with :
3030 persist-credentials : false
3131 - name : Use Node.js ${{ env.NODE_VERSION }}
4040 if : github.event.pull_request.draft == false
4141 runs-on : ubuntu-latest
4242 steps :
43- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
43+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4444 with :
4545 persist-credentials : false
4646 - name : Set up Python ${{ env.PYTHON_VERSION }}
5555 if : ${{ github.event.pull_request && github.event.pull_request.draft == false && github.base_ref == github.event.repository.default_branch }}
5656 runs-on : ubuntu-latest
5757 steps :
58- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
58+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5959 with :
6060 fetch-depth : 0
6161 persist-credentials : false
9393 if : github.event.pull_request.draft == false
9494 runs-on : ubuntu-latest
9595 steps :
96- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
96+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
9797 with :
9898 persist-credentials : false
9999 - name : Use Node.js ${{ env.NODE_VERSION }}
@@ -118,7 +118,7 @@ jobs:
118118 if : github.event.pull_request.draft == false
119119 runs-on : ubuntu-latest
120120 steps :
121- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
121+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
122122 with :
123123 persist-credentials : false
124124 - name : Set up Python ${{ env.PYTHON_VERSION }}
@@ -135,7 +135,7 @@ jobs:
135135 if : github.event.pull_request.draft == false
136136 runs-on : ubuntu-latest
137137 steps :
138- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
138+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
139139 with :
140140 persist-credentials : false
141141 - name : Use Python ${{ env.PYTHON_VERSION }}
@@ -153,7 +153,7 @@ jobs:
153153 if : github.event.pull_request.draft == false
154154 runs-on : ubuntu-latest
155155 steps :
156- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
156+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
157157 with :
158158 persist-credentials : false
159159 - run : shellcheck -V
@@ -163,7 +163,7 @@ jobs:
163163 if : github.event.pull_request.draft == false
164164 runs-on : ubuntu-latest
165165 steps :
166- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
166+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
167167 with :
168168 persist-credentials : false
169169 - uses : mszostok/codeowners-validator@7f3f5e28c6d7b8dfae5731e54ce2272ca384592f
@@ -173,7 +173,7 @@ jobs:
173173 if : ${{ github.event.pull_request }}
174174 runs-on : ubuntu-latest
175175 steps :
176- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
176+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
177177 with :
178178 fetch-depth : 2
179179 persist-credentials : false
@@ -182,7 +182,7 @@ jobs:
182182 lint-readme :
183183 runs-on : ubuntu-latest
184184 steps :
185- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
185+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
186186 with :
187187 persist-credentials : false
188188 - run : tools/lint-readme-lists.mjs
0 commit comments