1414 runs-on : ubuntu-24.04
1515 steps :
1616 - name : Checkout repo
17- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
17+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
1818 - name : Setup Node.js
1919 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2020 with :
6969 runs-on : ubuntu-24.04
7070 steps :
7171 - name : Checkout repo
72- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
72+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
7373 - name : Add apt repo
7474 run : sudo add-apt-repository universe
7575 - name : Setup Java
8686
8787 # ICAT Ansible clone and install dependencies
8888 - name : Checkout icat-ansible
89- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
89+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
9090 with :
9191 repository : icatproject-contrib/icat-ansible
9292 ref : datagateway-download-api-3.1.0
@@ -163,7 +163,7 @@ jobs:
163163 cd /home/runner/install/datagateway-download-api/ && python ./setup -vv install
164164
165165 - name : Checkout datagateway-api
166- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
166+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
167167 with :
168168 repository : ral-facilities/datagateway-api
169169 path : datagateway-api
@@ -224,7 +224,7 @@ jobs:
224224 runs-on : ubuntu-24.04
225225 steps :
226226 - name : Checkout repo
227- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
227+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
228228 - name : Add apt repo
229229 run : sudo add-apt-repository universe
230230 - name : Setup Java
@@ -241,7 +241,7 @@ jobs:
241241
242242 # ICAT Ansible clone and install dependencies
243243 - name : Checkout icat-ansible
244- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
244+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
245245 with :
246246 repository : icatproject-contrib/icat-ansible
247247 ref : master
@@ -328,7 +328,7 @@ jobs:
328328 run : rm -f login_output
329329
330330 - name : Checkout datagateway-api
331- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
331+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
332332 with :
333333 repository : ral-facilities/datagateway-api
334334 path : datagateway-api
@@ -389,7 +389,7 @@ jobs:
389389 runs-on : ubuntu-24.04
390390 steps :
391391 - name : Checkout repo
392- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
392+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
393393 - name : Add apt repo
394394 run : sudo add-apt-repository universe
395395 - name : Setup Java
@@ -406,7 +406,7 @@ jobs:
406406
407407 # ICAT Ansible clone and install dependencies
408408 - name : Checkout icat-ansible
409- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
409+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
410410 with :
411411 repository : icatproject-contrib/icat-ansible
412412 ref : master
@@ -460,7 +460,7 @@ jobs:
460460 cd /home/runner/install/icat.server/ && ./setup -vv install
461461
462462 - name : Checkout datagateway-api
463- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
463+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
464464 with :
465465 repository : ral-facilities/datagateway-api
466466 path : datagateway-api
@@ -522,7 +522,7 @@ jobs:
522522 runs-on : ubuntu-24.04
523523 steps :
524524 - name : Checkout repo
525- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
525+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
526526
527527 - name : Login to Harbor
528528 uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
0 commit comments