Skip to content

Commit b9426d9

Browse files
authored
Merge pull request #3235 from nest/dependabot/github_actions/actions/checkout-4.1.7
Bump actions/checkout from 4.1.2 to 4.1.7
2 parents 684c767 + 2a1dda7 commit b9426d9

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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
50+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
26+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2727
- name: 'Dependency Review'
2828
uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3

.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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
23+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
46+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
69+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
96+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
128+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
155+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
178+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
196+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
223+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
250+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
316+
# uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
343+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
364+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
383+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
402+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
431+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
477+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
540+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
755+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
39+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4040
with:
4141
persist-credentials: false
4242

0 commit comments

Comments
 (0)