2626 packages : write
2727 if : github.event_name == 'release' || (github.event_name == 'pull_request' && github.event.action != 'closed' && github.repository == github.event.pull_request.head.repo.full_name)
2828 steps :
29- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
29+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3030 with :
3131 fetch-depth : 0
3232 - name : Set .env
@@ -111,7 +111,7 @@ jobs:
111111 needs : deploy_docker_image
112112 if : always() && (needs.deploy_docker_image.result == 'success' || (github.event_name == 'pull_request' && github.event.action == 'closed'))
113113 steps :
114- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
114+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
115115 if : github.event_name != 'pull_request' || github.event.action != 'closed'
116116 with :
117117 fetch-depth : 0
@@ -135,7 +135,7 @@ jobs:
135135 contents : write
136136 pull-requests : write
137137 steps :
138- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
138+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
139139 if : github.event_name != 'pull_request' || github.event.action != 'closed'
140140 with :
141141 fetch-depth : 0
@@ -161,7 +161,7 @@ jobs:
161161 runs-on : ubuntu-latest
162162 needs : pr-update-version
163163 steps :
164- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
164+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
165165 if : github.event_name != 'pull_request' || github.event.action != 'closed'
166166 with :
167167 # ここでsubmodule持ってくるとdetached headにcommitして死ぬ
@@ -185,7 +185,7 @@ jobs:
185185 update-dockle :
186186 runs-on : ubuntu-latest
187187 steps :
188- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
188+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
189189 if : github.event_name != 'pull_request' || github.event.action != 'closed'
190190 with :
191191 fetch-depth : 0
@@ -202,7 +202,7 @@ jobs:
202202 DOCKER_CONTENT_TRUST : 1
203203 REPOSITORY : ${{github.repository}}
204204 steps :
205- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
205+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
206206 - run : bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/dockle/run_dockle.sh"
207207 env :
208208 HEAD_REF : ${{github.head_ref || github.event.release.tag_name}}
0 commit comments