2626 matrix : ${{ steps.set-matrix.outputs.plugins }}
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5
29+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3030
3131 - name : Set matrix
3232 id : set-matrix
@@ -58,10 +58,10 @@ jobs:
5858 plugin : ${{ fromJSON(needs.pre-run.outputs.matrix) }}
5959 steps :
6060 - name : Checkout
61- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5
61+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6262
6363 - name : Setup Node.js (.nvmrc)
64- uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
64+ uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
6565 with :
6666 node-version-file : ' .nvmrc'
6767 cache : npm
@@ -127,7 +127,7 @@ jobs:
127127
128128 - name : Start deployment
129129 if : steps.check-deployment.outputs.deploy == 'true'
130- uses : bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 # v1
130+ uses : bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 # v1.5.0
131131 id : wporg-deployment
132132 with :
133133 step : start
@@ -136,7 +136,7 @@ jobs:
136136
137137 - name : Deploy Plugin - ${{ matrix.plugin }}
138138 if : steps.check-deployment.outputs.deploy == 'true'
139- uses : 10up/action-wordpress-plugin-deploy@2480306f6f693672726d08b5917ea114cb2825f7 # stable
139+ uses : 10up/action-wordpress-plugin-deploy@54bd289b8525fd23a5c365ec369185f2966529c2 # stable
140140 with :
141141 dry-run : ${{ github.event_name == 'workflow_dispatch' && inputs.dry-run || false }}
142142 env :
@@ -149,7 +149,7 @@ jobs:
149149
150150 - name : Finish deployment
151151 if : ${{ steps.wporg-deployment.outputs.deployment_id && always() }}
152- uses : bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 # v1
152+ uses : bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 # v1.5.0
153153 with :
154154 step : finish
155155 token : ${{ secrets.GITHUB_TOKEN }}
@@ -172,7 +172,7 @@ jobs:
172172 steps :
173173 - name : Check artifact existence
174174 id : artifact-existence
175- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
175+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
176176 with :
177177 script : |
178178 const getArtifact = await github.request('GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts{?name}', {
@@ -191,14 +191,14 @@ jobs:
191191
192192 - name : Download artifact
193193 if : steps.artifact-existence.outputs.exists == 'true'
194- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v5
194+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
195195 with :
196196 name : ${{ matrix.plugin }}
197197 path : ./build/dist
198198
199199 - name : Upload release assets
200200 if : steps.artifact-existence.outputs.exists == 'true'
201- uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
201+ uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
202202 with :
203203 files : |
204204 ./build/dist/${{ matrix.plugin }}.zip
0 commit comments