We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ea4bf commit 0f746c2Copy full SHA for 0f746c2
1 file changed
action.yml
@@ -58,7 +58,7 @@ runs:
58
using: 'composite'
59
steps:
60
- name: Find existing comment
61
- uses: peter-evans/find-comment@v3
+ uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3
62
id: find-comment
63
with:
64
token: ${{ inputs.token }}
@@ -83,7 +83,7 @@ runs:
83
echo "Deleted comment ${{ steps.find-comment.outputs.comment-id }}"
84
85
- name: Create new comment
86
- uses: peter-evans/create-or-update-comment@v4
+ uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
87
id: create-comment
88
89
0 commit comments