File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ jobs:
215
215
- name : ' Create a comment on the pull request informing the user whether the pull request is missing required files'
216
216
if : steps.check-reviewers.outputs.is_stdlib_bot == 'true'
217
217
# Pin action to full length commit SHA
218
- uses : peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.2
218
+ uses : peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
219
219
with :
220
220
# Specify the issue or pull request number:
221
221
issue-number : ${{ github.event.pull_request.number }}
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
- name : ' Add comment to pull request'
109
109
if : steps.check-branch-name.outputs.issue-number != ''
110
110
# Pin action to full length commit SHA
111
- uses : peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.2
111
+ uses : peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
112
112
with :
113
113
issue-number : ${{ steps.check-branch-name.outputs.issue-number }}
114
114
body : |
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ jobs:
168
168
# Add a comment to the pull request:
169
169
- name : ' Add comment to pull request'
170
170
# Pin action to full length commit SHA
171
- uses : peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.2
171
+ uses : peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
172
172
with :
173
173
issue-number : ${{ github.event.pull_request.number }}
174
174
body : |
@@ -262,7 +262,7 @@ jobs:
262
262
# Add comment to the pull request:
263
263
- name : ' Add comment to pull request'
264
264
# Pin action to full length commit SHA corresponding to v3.0.2
265
- uses : peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa
265
+ uses : peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2
266
266
with :
267
267
issue-number : ${{ github.event.pull_request.number }}
268
268
body : |
You can’t perform that action at this time.
0 commit comments