2525 contents : write
2626 pull-requests : write
2727 steps :
28- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
28+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2929 if : github.event_name != 'pull_request' || github.event.action != 'closed'
3030 with :
3131 fetch-depth : 0
5353 if : github.event_name == 'release' || (github.event_name == 'pull_request' && github.event.action != 'closed' && github.repository == github.event.pull_request.head.repo.full_name)
5454 needs : update-uv-version
5555 steps :
56- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
56+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5757 with :
5858 fetch-depth : 0
5959 persist-credentials : false
@@ -145,7 +145,7 @@ jobs:
145145 needs : deploy_docker_image
146146 if : always() && (needs.deploy_docker_image.result == 'success' || (github.event_name == 'pull_request' && github.event.action == 'closed'))
147147 steps :
148- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
148+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
149149 if : github.event_name != 'pull_request' || github.event.action != 'closed'
150150 with :
151151 fetch-depth : 0
@@ -170,7 +170,7 @@ jobs:
170170 contents : write
171171 pull-requests : write
172172 steps :
173- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
173+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
174174 if : github.event_name != 'pull_request' || github.event.action != 'closed'
175175 with :
176176 fetch-depth : 0
@@ -197,7 +197,7 @@ jobs:
197197 runs-on : ubuntu-latest
198198 needs : pr-update-version
199199 steps :
200- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
200+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
201201 if : github.event_name != 'pull_request' || github.event.action != 'closed'
202202 with :
203203 # ここでsubmodule持ってくるとdetached headにcommitして死ぬ
@@ -222,7 +222,7 @@ jobs:
222222 update-dockle :
223223 runs-on : ubuntu-latest
224224 steps :
225- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
225+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
226226 if : github.event_name != 'pull_request' || github.event.action != 'closed'
227227 with :
228228 fetch-depth : 0
@@ -240,7 +240,7 @@ jobs:
240240 DOCKER_CONTENT_TRUST : 1
241241 REPOSITORY : ${{github.repository}}
242242 steps :
243- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
243+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
244244 with :
245245 persist-credentials : false
246246 - run : bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/dockle/run_dockle.sh"
0 commit comments