File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ jobs:
227
227
- run : ls -R single-comments
228
228
229
229
- name : Find Comment
230
- uses : peter-evans/find-comment@d24cbe12e65c22d4761a4d5082ca0bb42bc5aaea
230
+ uses : peter-evans/find-comment@d0ee7939ee99ba35820c3e58de972e57ff8bb890
231
231
id : fc
232
232
with :
233
233
issue-number : ${{ github.event.number }}
@@ -246,7 +246,7 @@ jobs:
246
246
run : echo ${{ steps.fc.outputs.comment-id }} >> output/commentId
247
247
248
248
- name : Upload folder with number and markdown
249
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
249
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
250
250
with :
251
251
name : output
252
252
path : output/
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158
158
159
159
- name : Upload markdown
160
160
if : success() || failure()
161
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
161
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
162
162
with :
163
163
name : comment-${{ inputs.check }}
164
164
path : current_repo/output/comment.md
Original file line number Diff line number Diff line change @@ -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@e5db2e44ee874e3b99b0e4137f1c0685435102e7
160
+ uses : peter-evans/create-or-update-comment@b91ff48c6f29dc258316a8b76d3dd6b8c6ffff1c
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@e5db2e44ee874e3b99b0e4137f1c0685435102e7
169
+ uses : peter-evans/create-or-update-comment@b91ff48c6f29dc258316a8b76d3dd6b8c6ffff1c
170
170
if : ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (env.COMMENT_ID != '') }}
171
171
with :
172
172
comment-id : ${{ env.COMMENT_ID }}
@@ -180,7 +180,7 @@ jobs:
180
180
181
181
- name : Upload folder with number and markdown
182
182
if : ${{ !inputs.write-comments }}
183
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
183
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
184
184
with :
185
185
name : output
186
186
path : output/
You can’t perform that action at this time.
0 commit comments