1717 runs-on : ubuntu-latest
1818 if : github.event_name != 'push' || github.repository == 'DIRACGrid/diracx-web'
1919 steps :
20- - uses : actions/checkout@v6
20+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2121
2222 - uses : actions/setup-node@v6
2323 with :
9494 runs-on : ubuntu-latest
9595 if : ${{ github.event_name != 'push' || github.repository == 'DIRACGrid/diracx-web' }}
9696 steps :
97- - uses : actions/checkout@v6
97+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
9898
9999 - uses : actions/setup-node@v6
100100 with :
@@ -148,7 +148,7 @@ jobs:
148148 needs : prepare-gubbins-frontend-as-a-standalone
149149 if : ${{ github.event_name != 'push' || github.repository == 'DIRACGrid/diracx-web' }}
150150 steps :
151- - uses : actions/checkout@v6
151+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
152152
153153 - name : Set up QEMU
154154 uses : docker/setup-qemu-action@v4
@@ -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
@@ -188,7 +188,7 @@ jobs:
188188 needs : [prepare-gubbins-frontend-as-a-standalone, prepare-gubbins-backend]
189189 if : github.event_name != 'push' || github.repository == 'DIRACGrid/diracx-web'
190190 steps :
191- - uses : actions/checkout@v6
191+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
192192
193193 - name : Clone source
194194 run : |
@@ -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
@@ -279,7 +279,7 @@ jobs:
279279
280280 # Run e2e tests with Cypress
281281 - name : Start Cypress
282- uses : cypress-io/github-action@v6
282+ uses : cypress-io/github-action@948d67d3074f1bbb6379c8bdbb04e95d2f8e593f # v7.4.0
283283 with :
284284 browser : chrome
285285 config : baseUrl=${{ env.DIRACX_URL }}
0 commit comments