@@ -103,12 +103,12 @@ jobs:
103103 echo "PHP_FPM_GID=$(id -g)" >> $GITHUB_ENV
104104
105105 - name : Checkout repository
106- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
106+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
107107 with :
108108 show-progress : ${{ runner.debug == '1' && 'true' || 'false' }}
109109
110110 - name : Set up Node.js
111- uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
111+ uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
112112 with :
113113 node-version-file : ' .nvmrc'
114114 cache : npm
@@ -242,7 +242,7 @@ jobs:
242242 - name : Set the base sha
243243 # Only needed when publishing results.
244244 if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/trunk' }}
245- uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4 .1
245+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0 .1
246246 id : base-sha
247247 with :
248248 github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -253,7 +253,7 @@ jobs:
253253 - name : Set commit details
254254 # Only needed when publishing results.
255255 if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/trunk' }}
256- uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4 .1
256+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0 .1
257257 id : commit-timestamp
258258 with :
259259 github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -308,7 +308,7 @@ jobs:
308308
309309 steps :
310310 - name : Dispatch workflow run
311- uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4 .1
311+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0 .1
312312 with :
313313 retries : 2
314314 retry-exempt-status-codes : 418
0 commit comments