@@ -38,15 +38,15 @@ jobs:
3838 fi
3939
4040 - name : Checkout PR
41- uses : actions/checkout@v4
41+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4242 with :
4343 # Checkout the PR branch for pull_request events
4444 # For issue_comment events, checkout the PR's head
4545 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || '' }}
4646
4747 - name : Fetch PR details for comment trigger
4848 if : github.event_name == 'issue_comment'
49- uses : actions/github-script@v8
49+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
5050 id : pr_details
5151 with :
5252 script : |
@@ -60,12 +60,12 @@ jobs:
6060
6161 - name : Checkout PR for comment trigger
6262 if : github.event_name == 'issue_comment'
63- uses : actions/checkout@v4
63+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
6464 with :
6565 ref : ${{ steps.pr_details.outputs.head_sha }}
6666
6767 - name : Setup PHP
68- uses : shivammathur/setup-php@v2
68+ uses : shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
6969 with :
7070 php-version : ' 8.2'
7171 extensions : bcmath
9797 echo "performance_ratio=$RATIO" >> $GITHUB_OUTPUT
9898
9999 - name : Find existing comment
100- uses : peter-evans/find-comment@v3
100+ uses : peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3
101101 id : fc
102102 with :
103103 issue-number : ${{ steps.pr.outputs.number }}
@@ -152,7 +152,7 @@ jobs:
152152 # to avoid issues with multiline strings
153153
154154 - name : Create or update comment
155- uses : peter-evans/create-or-update-comment@v5
155+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
156156 with :
157157 comment-id : ${{ steps.fc.outputs.comment-id }}
158158 issue-number : ${{ steps.pr.outputs.number }}
0 commit comments