Skip to content

Commit b145774

Browse files
Update actions/checkout action to v4.2.2
1 parent 1bbf1c9 commit b145774

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/ci-build.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout repo
17-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
17+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
- name: Setup Node.js
1919
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
2020
with:
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-24.04
7070
steps:
7171
- name: Checkout repo
72-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
72+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7373
- name: Add apt repo
7474
run: sudo add-apt-repository universe
7575
- name: Setup Java
@@ -86,7 +86,7 @@ jobs:
8686

8787
# ICAT Ansible clone and install dependencies
8888
- name: Checkout icat-ansible
89-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
89+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9090
with:
9191
repository: icatproject-contrib/icat-ansible
9292
ref: datagateway-download-api-3.1.0
@@ -136,7 +136,7 @@ jobs:
136136
cd /home/runner/install/icat.server/ && ./setup -vv install
137137
138138
- name: Checkout datagateway-api
139-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
139+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
140140
with:
141141
repository: ral-facilities/datagateway-api
142142
path: datagateway-api
@@ -187,7 +187,7 @@ jobs:
187187
runs-on: ubuntu-24.04
188188
steps:
189189
- name: Checkout repo
190-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
190+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
191191
- name: Add apt repo
192192
run: sudo add-apt-repository universe
193193
- name: Setup Java
@@ -204,7 +204,7 @@ jobs:
204204

205205
# ICAT Ansible clone and install dependencies
206206
- name: Checkout icat-ansible
207-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
207+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
208208
with:
209209
repository: icatproject-contrib/icat-ansible
210210
ref: master
@@ -291,7 +291,7 @@ jobs:
291291
run: rm -f login_output
292292

293293
- name: Checkout datagateway-api
294-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
294+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
295295
with:
296296
repository: ral-facilities/datagateway-api
297297
path: datagateway-api
@@ -352,7 +352,7 @@ jobs:
352352
runs-on: ubuntu-24.04
353353
steps:
354354
- name: Checkout repo
355-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
355+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
356356
- name: Add apt repo
357357
run: sudo add-apt-repository universe
358358
- name: Setup Java
@@ -369,7 +369,7 @@ jobs:
369369

370370
# ICAT Ansible clone and install dependencies
371371
- name: Checkout icat-ansible
372-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
372+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
373373
with:
374374
repository: icatproject-contrib/icat-ansible
375375
ref: master
@@ -423,7 +423,7 @@ jobs:
423423
cd /home/runner/install/icat.server/ && ./setup -vv install
424424
425425
- name: Checkout datagateway-api
426-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
426+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
427427
with:
428428
repository: ral-facilities/datagateway-api
429429
path: datagateway-api
@@ -485,7 +485,7 @@ jobs:
485485
runs-on: ubuntu-24.04
486486
steps:
487487
- name: Checkout repo
488-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
488+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
489489

490490
- name: Login to Harbor
491491
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repo
17-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
17+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818

1919
- name: Setup Node.js
2020
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1

0 commit comments

Comments
 (0)