File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ jobs:
34
34
>> $GITHUB_OUTPUT
35
35
- name : Find existing comment
36
36
id : find_comment
37
- uses : peter-evans/find-comment@v3
37
+ uses : peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3
38
38
with :
39
39
token : ${{ secrets.GITHUB_TOKEN }}
40
40
repository : ${{ github.repository }}
41
41
issue-number : ${{ github.event.pull_request.number }}
42
42
body-includes : " ## OpenAPI Changes"
43
43
- name : Post changes as comment
44
- uses : peter-evans/create-or-update-comment@v3
44
+ uses : peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3
45
45
# Even if no changes, make sure to update old comment if it was found.
46
46
if : steps.oasdif_summary.outputs.summary || steps.find_comment.outputs.comment-id
47
47
with :
You can’t perform that action at this time.
0 commit comments