@@ -57,22 +57,25 @@ jobs:
5757 - name : Print blocking failure status
5858 run : echo "${{steps.check-changeset.outputs.BLOCKING_FAILURE}}"
5959 - name : Find Comment
60- uses : peter-evans/find-comment@v3
60+ # This commit represents v3.1.0
61+ uses : peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
6162 id : fc
6263 with :
6364 issue-number : ${{github.event.number}}
6465 body-includes : Changeset File Check
6566 - name : Create comment (missing packages)
6667 if : ${{!steps.fc.outputs.comment-id && steps.check-changeset.outputs.CHANGESET_ERROR_MESSAGE}}
67- uses : peter-evans/create-or-update-comment@v4
68+ # This commit represents v4.0.0
69+ uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
6870 with :
6971 issue-number : ${{github.event.number}}
7072 body : |
7173 ### Changeset File Check :warning:
7274 ${{steps.check-changeset.outputs.CHANGESET_ERROR_MESSAGE}}
7375 - name : Update comment (missing packages)
7476 if : ${{steps.fc.outputs.comment-id && steps.check-changeset.outputs.CHANGESET_ERROR_MESSAGE}}
75- uses : peter-evans/create-or-update-comment@v4
77+ # This commit represents v4.0.0
78+ uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
7679 with :
7780 comment-id : ${{steps.fc.outputs.comment-id}}
7881 edit-mode : replace
8184 ${{steps.check-changeset.outputs.CHANGESET_ERROR_MESSAGE}}
8285 - name : Update comment (no missing packages)
8386 if : ${{steps.fc.outputs.comment-id && !steps.check-changeset.outputs.CHANGESET_ERROR_MESSAGE}}
84- uses : peter-evans/create-or-update-comment@v4
87+ # This commit represents v4.0.0
88+ uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
8589 with :
8690 comment-id : ${{steps.fc.outputs.comment-id}}
8791 edit-mode : replace
0 commit comments