@@ -58,15 +58,15 @@ jobs:
5858 run : echo "${{steps.check-changeset.outputs.BLOCKING_FAILURE}}"
5959 - name : Find Comment
6060 # This commit represents v3.1.0
61- uses : peter-evans/find-comment@3eae4d3
61+ uses : peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
6262 id : fc
6363 with :
6464 issue-number : ${{github.event.number}}
6565 body-includes : Changeset File Check
6666 - name : Create comment (missing packages)
6767 if : ${{!steps.fc.outputs.comment-id && steps.check-changeset.outputs.CHANGESET_ERROR_MESSAGE}}
6868 # This commit represents v4.0.0
69- uses : peter-evans/create-or-update-comment@71345be
69+ uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
7070 with :
7171 issue-number : ${{github.event.number}}
7272 body : |
7575 - name : Update comment (missing packages)
7676 if : ${{steps.fc.outputs.comment-id && steps.check-changeset.outputs.CHANGESET_ERROR_MESSAGE}}
7777 # This commit represents v4.0.0
78- uses : peter-evans/create-or-update-comment@71345be
78+ uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
7979 with :
8080 comment-id : ${{steps.fc.outputs.comment-id}}
8181 edit-mode : replace
8585 - name : Update comment (no missing packages)
8686 if : ${{steps.fc.outputs.comment-id && !steps.check-changeset.outputs.CHANGESET_ERROR_MESSAGE}}
8787 # This commit represents v4.0.0
88- uses : peter-evans/create-or-update-comment@71345be
88+ uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
8989 with :
9090 comment-id : ${{steps.fc.outputs.comment-id}}
9191 edit-mode : replace
0 commit comments