Skip to content

Commit af138c1

Browse files
authored
chore: adding versions of the GHA package used (#1002)
This PR will clarify the packages that are used in GHA to match the digests. > More importantly, this is an attempt to trick renovate to stop auto updating package SHAs to point to latest in default branch on these packages. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Adds inline version comments for peter-evans actions in `actions/package-size/action.yml` (find-comment v3.1.0; create-or-update-comment v4.0.0). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit b095962. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent fd134ea commit af138c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

actions/package-size/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
- name: Find Size Comment
3636
# Only do commenting on non-forks. A fork does not have permissions for comments.
3737
if: github.event.pull_request.head.repo.full_name == github.repository
38-
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
38+
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3.1.0
3939
id: fc
4040
with:
4141
issue-number: ${{ inputs.pr_number }}
@@ -44,7 +44,7 @@ runs:
4444

4545
- name: Create comment
4646
if: steps.fc.outputs.comment-id == '' && github.event.pull_request.head.repo.full_name == github.repository
47-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
47+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
4848
with:
4949
issue-number: ${{ inputs.pr_number }}
5050
body: |
@@ -56,7 +56,7 @@ runs:
5656
5757
- name: Update comment
5858
if: steps.fc.outputs.comment-id != '' && github.event.pull_request.head.repo.full_name == github.repository
59-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
59+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
6060
with:
6161
comment-id: ${{ steps.fc.outputs.comment-id }}
6262
edit-mode: replace

0 commit comments

Comments
 (0)