Skip to content

Commit 521e393

Browse files
committed
Pin SHA and replace comment.
1 parent c1a8947 commit 521e393

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/browser.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Find Size Comment
5050
if: github.event_name == 'pull_request' && matrix.version == '21'
51-
uses: peter-evans/find-comment@v3
51+
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
5252
id: fc
5353
with:
5454
issue-number: ${{ github.event.number }}
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Create comment
5959
if: steps.fc.outputs.comment-id == '' && github.event_name == 'pull_request' && matrix.version == '21'
60-
uses: peter-evans/create-or-update-comment@v4
60+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
6161
with:
6262
issue-number: ${{ github.event.number }}
6363
body: |
@@ -67,9 +67,10 @@ jobs:
6767
6868
- name: Update comment
6969
if: steps.fc.outputs.comment-id != '' && github.event_name == 'pull_request' && matrix.version == '21'
70-
uses: peter-evans/create-or-update-comment@v4
70+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
7171
with:
7272
comment-id: ${{ steps.fc.outputs.comment-id }}
73+
edit-mode: replace
7374
body: |
7475
@launchdarkly/js-client-sdk size report
7576
This is the brotli compressed size of the ESM build.

0 commit comments

Comments
 (0)