File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777 run : npm ci && npm --prefix packages/diracx-web-components run build-doc
7878
7979 - name : Upload artifact
80- uses : actions/upload-pages-artifact@v4
80+ uses : actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5
8181 with :
8282 path : packages/diracx-web-components/storybook-static
8383
9191 steps :
9292 - id : deploy
9393 name : Deploy to GitHub Pages
94- uses : actions/deploy-pages@v4
94+ uses : actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5
9595 with :
9696 token : ${{ github.token }}
9797
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166166 # WARNING: In your CI/CD pipeline, you should remove the following steps #
167167 # ------------------------------------------------------------------------#
168168 - name : Download gubbins-web
169- uses : actions/download-artifact@v7
169+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
170170 with :
171171 name : gubbins-web
172172 path : /tmp/gubbins-web
@@ -204,7 +204,7 @@ jobs:
204204 git clone https://github.com/DIRACGrid/diracx.git
205205
206206 - name : Download gubbins images
207- uses : actions/download-artifact@v7
207+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
208208 with :
209209 name : gubbins-images
210210 path : /tmp/
@@ -217,7 +217,7 @@ jobs:
217217 rm -f /tmp/gubbins_client_image.tar
218218
219219 - name : Download gubbins-web
220- uses : actions/download-artifact@v7
220+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
221221 with :
222222 name : gubbins-web
223223 path : /tmp/gubbins-web
You can’t perform that action at this time.
0 commit comments