File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ jobs:
227227 - run : ls -R single-comments
228228
229229 - name : Find Comment
230- uses : peter-evans/find-comment@d24cbe12e65c22d4761a4d5082ca0bb42bc5aaea
230+ uses : peter-evans/find-comment@d0ee7939ee99ba35820c3e58de972e57ff8bb890
231231 id : fc
232232 with :
233233 issue-number : ${{ github.event.number }}
@@ -246,7 +246,7 @@ jobs:
246246 run : echo ${{ steps.fc.outputs.comment-id }} >> output/commentId
247247
248248 - name : Upload folder with number and markdown
249- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
249+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
250250 with :
251251 name : output
252252 path : output/
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158158
159159 - name : Upload markdown
160160 if : success() || failure()
161- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
161+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
162162 with :
163163 name : comment-${{ inputs.check }}
164164 path : current_repo/output/comment.md
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157157 echo "COMMENT_ID=$COMMENT_ID" >> $GITHUB_ENV
158158
159159 - name : Create comment
160- uses : peter-evans/create-or-update-comment@e5db2e44ee874e3b99b0e4137f1c0685435102e7
160+ uses : peter-evans/create-or-update-comment@b91ff48c6f29dc258316a8b76d3dd6b8c6ffff1c
161161 if : ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (env.COMMENT_ID == '') }}
162162 continue-on-error : true
163163 with :
@@ -166,7 +166,7 @@ jobs:
166166 edit-mode : replace
167167
168168 - name : Update comment
169- uses : peter-evans/create-or-update-comment@e5db2e44ee874e3b99b0e4137f1c0685435102e7
169+ uses : peter-evans/create-or-update-comment@b91ff48c6f29dc258316a8b76d3dd6b8c6ffff1c
170170 if : ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (env.COMMENT_ID != '') }}
171171 with :
172172 comment-id : ${{ env.COMMENT_ID }}
@@ -180,7 +180,7 @@ jobs:
180180
181181 - name : Upload folder with number and markdown
182182 if : ${{ !inputs.write-comments }}
183- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
183+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
184184 with :
185185 name : output
186186 path : output/
You can’t perform that action at this time.
0 commit comments