Skip to content

Commit 44edeb5

Browse files
chore(deps): pin dependencies (#2245)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 830694a commit 44edeb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/openapi-diff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
>> $GITHUB_OUTPUT
3535
- name: Find existing comment
3636
id: find_comment
37-
uses: peter-evans/find-comment@v3
37+
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3
3838
with:
3939
token: ${{ secrets.GITHUB_TOKEN }}
4040
repository: ${{ github.repository }}
4141
issue-number: ${{ github.event.pull_request.number }}
4242
body-includes: "## OpenAPI Changes"
4343
- name: Post changes as comment
44-
uses: peter-evans/create-or-update-comment@v3
44+
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3
4545
# Even if no changes, make sure to update old comment if it was found.
4646
if: steps.oasdif_summary.outputs.summary || steps.find_comment.outputs.comment-id
4747
with:

0 commit comments

Comments
 (0)