3535 SCRIPT_DEBUG : false
3636 SAVEQUERIES : false
3737 WP_DEVELOPMENT_MODE : ' '
38-
38+
3939 # This workflow takes two sets of measurements — one for the current commit,
4040 # and another against a consistent version that is used as a baseline measurement.
4141 # This is done to isolate variance in measurements caused by the GitHub runners
8787 echo "PHP_FPM_GID=$(id -g)" >> $GITHUB_ENV
8888
8989 - name : Checkout repository
90- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
90+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
9191
9292 - name : Set up Node.js
9393 uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
@@ -168,7 +168,7 @@ jobs:
168168 - name : Set the base sha
169169 # Only needed when publishing results.
170170 if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/trunk' }}
171- uses : actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
171+ uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
172172 id : base-sha
173173 with :
174174 github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -179,7 +179,7 @@ jobs:
179179 - name : Set commit details
180180 # Only needed when publishing results.
181181 if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/trunk' }}
182- uses : actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
182+ uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
183183 id : commit-timestamp
184184 with :
185185 github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -233,7 +233,7 @@ jobs:
233233
234234 steps :
235235 - name : Dispatch workflow run
236- uses : actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
236+ uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
237237 with :
238238 retries : 2
239239 retry-exempt-status-codes : 418
0 commit comments