Skip to content

Commit 2ee54cc

Browse files
authored
Merge pull request #3357 from nest/dependabot/github_actions/actions/checkout-4.2.2
Bump actions/checkout from 4.1.7 to 4.2.2
2 parents 7cdb726 + 503d278 commit 2ee54cc

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
disable-telemetry: true
4848

4949
- name: Checkout repository
50-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
50+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5151

5252
# Initializes the CodeQL tools for scanning.
5353
- name: Initialize CodeQL

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
disable-telemetry: true
2424

2525
- name: 'Checkout Repository'
26-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727
- name: 'Dependency Review'
2828
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4

.github/workflows/nestbuildmatrix.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
disable-telemetry: true
2121

2222
- name: "Checkout repository content"
23-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424
with:
2525
fetch-depth: 0
2626

@@ -43,7 +43,7 @@ jobs:
4343
disable-telemetry: true
4444

4545
- name: "Checkout repository content"
46-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
46+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4747
with:
4848
fetch-depth: 0
4949

@@ -66,7 +66,7 @@ jobs:
6666
disable-telemetry: true
6767

6868
- name: "Checkout repository content"
69-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
69+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7070
with:
7171
fetch-depth: 0
7272

@@ -93,7 +93,7 @@ jobs:
9393
disable-telemetry: true
9494

9595
- name: "Checkout repository content"
96-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
96+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9797
with:
9898
fetch-depth: 0
9999

@@ -125,7 +125,7 @@ jobs:
125125
disable-telemetry: true
126126

127127
- name: "Checkout repository content"
128-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
128+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
129129
with:
130130
fetch-depth: 0
131131

@@ -152,7 +152,7 @@ jobs:
152152
disable-telemetry: true
153153

154154
- name: "Checkout repository content"
155-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
155+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
156156
with:
157157
fetch-depth: 0
158158

@@ -175,7 +175,7 @@ jobs:
175175
disable-telemetry: true
176176

177177
- name: "Checkout repository content"
178-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
178+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
179179
with:
180180
fetch-depth: 0
181181

@@ -193,7 +193,7 @@ jobs:
193193
disable-telemetry: true
194194

195195
- name: "Checkout repository content"
196-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
196+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
197197
with:
198198
fetch-depth: 0
199199

@@ -220,7 +220,7 @@ jobs:
220220
disable-telemetry: true
221221

222222
- name: "Checkout repository content"
223-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
223+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
224224
with:
225225
fetch-depth: 0
226226

@@ -247,7 +247,7 @@ jobs:
247247
disable-telemetry: true
248248

249249
- name: "Checkout repository content"
250-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
250+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
251251
with:
252252
fetch-depth: 0
253253

@@ -313,7 +313,7 @@ jobs:
313313
# needs: [build_macos]
314314
# steps:
315315
# - name: "Checkout repository content"
316-
# uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
316+
# uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
317317
# with:
318318
# fetch-depth: 0
319319

@@ -340,7 +340,7 @@ jobs:
340340
disable-telemetry: true
341341

342342
- name: "Checkout repository content"
343-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
343+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
344344
with:
345345
fetch-depth: 0
346346

@@ -361,7 +361,7 @@ jobs:
361361
runs-on: "ubuntu-20.04"
362362
steps:
363363
- name: "Checkout repository content"
364-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
364+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
365365
with:
366366
fetch-depth: 0
367367

@@ -380,7 +380,7 @@ jobs:
380380
disable-telemetry: true
381381

382382
- name: "Checkout repository content"
383-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
383+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
384384
with:
385385
fetch-depth: 0
386386

@@ -399,7 +399,7 @@ jobs:
399399
disable-telemetry: true
400400

401401
- name: "Checkout repository content"
402-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
402+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
403403
with:
404404
fetch-depth: 0
405405

@@ -428,7 +428,7 @@ jobs:
428428
disable-telemetry: true
429429

430430
- name: "Checkout repository content"
431-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
431+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
432432
with:
433433
fetch-depth: 0
434434

@@ -474,7 +474,7 @@ jobs:
474474
disable-telemetry: true
475475

476476
- name: "Checkout repository content"
477-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
477+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
478478
with:
479479
fetch-depth: 0
480480

@@ -537,7 +537,7 @@ jobs:
537537
disable-telemetry: true
538538

539539
- name: "Checkout repository content"
540-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
540+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
541541
with:
542542
fetch-depth: 0
543543

@@ -752,7 +752,7 @@ jobs:
752752
disable-telemetry: true
753753

754754
- name: "Checkout repository content"
755-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
755+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
756756
with:
757757
fetch-depth: 0
758758

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
egress-policy: audit
3737

3838
- name: "Checkout code"
39-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4040
with:
4141
persist-credentials: false
4242

0 commit comments

Comments
 (0)