File tree 4 files changed +21
-21
lines changed
4 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ jobs:
229
229
- run : ls -R single-comments
230
230
231
231
- name : Find Comment
232
- uses : peter-evans/find-comment@bf21a578dd780f2e451dac9c1aa40a64c4285b75
232
+ uses : peter-evans/find-comment@b383afd667691860cbc502904e846e74cf1bac33
233
233
id : fc
234
234
with :
235
235
issue-number : ${{ github.event.number }}
Original file line number Diff line number Diff line change @@ -85,12 +85,12 @@ jobs:
85
85
runs-on : ubuntu-latest
86
86
87
87
steps :
88
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
88
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
89
89
with :
90
90
path : current_repo/
91
91
submodules : ${{ inputs.checkout_submodules }}
92
92
93
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
93
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
94
94
with :
95
95
ref : ${{ github.event.pull_request.base.ref }}
96
96
path : base_repo/
@@ -149,7 +149,7 @@ jobs:
149
149
150
150
- name : Upload coverage to Coveralls
151
151
if : ${{ inputs.upload_coverage && inputs.check == 'coverage' }}
152
- uses : coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949
152
+ uses : coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63
153
153
with :
154
154
format : lcov
155
155
base-path : current_repo/
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
116
116
runs-on : ubuntu-latest
117
117
steps :
118
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
118
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
119
119
with :
120
120
submodules : ${{ inputs.checkout_submodules }}
121
121
@@ -157,7 +157,7 @@ jobs:
157
157
echo "COMMENT_ID=$COMMENT_ID" >> $GITHUB_ENV
158
158
159
159
- name : Create comment
160
- uses : peter-evans/create-or-update-comment@da12db3f2752cdc278e9c3bdb4c427e7d7cd1c2f
160
+ uses : peter-evans/create-or-update-comment@8da4c50e7142257262c9df90da4e74a59068c038
161
161
if : ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (env.COMMENT_ID == '') }}
162
162
continue-on-error : true
163
163
with :
@@ -166,7 +166,7 @@ jobs:
166
166
edit-mode : replace
167
167
168
168
- name : Update comment
169
- uses : peter-evans/create-or-update-comment@da12db3f2752cdc278e9c3bdb4c427e7d7cd1c2f
169
+ uses : peter-evans/create-or-update-comment@8da4c50e7142257262c9df90da4e74a59068c038
170
170
if : ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (env.COMMENT_ID != '') }}
171
171
with :
172
172
comment-id : ${{ env.COMMENT_ID }}
@@ -198,7 +198,7 @@ jobs:
198
198
199
199
runs-on : ubuntu-latest
200
200
steps :
201
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
201
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
202
202
with :
203
203
submodules : ${{ inputs.checkout_submodules }}
204
204
You can’t perform that action at this time.
0 commit comments