Skip to content

Commit 2dad8e0

Browse files
chore(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#2004)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8ade135...b4ffde6) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa609e9 commit 2dad8e0

15 files changed

+34
-34
lines changed

.github/workflows/all_solutions.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
steps:
5555
- name: Checkout
56-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
56+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
5757
with:
5858
fetch-depth: 0
5959

@@ -151,7 +151,7 @@ jobs:
151151

152152
steps:
153153
- name: Checkout
154-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
154+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
155155
with:
156156
fetch-depth: 0
157157

@@ -193,7 +193,7 @@ jobs:
193193

194194
steps:
195195
- name: Checkout
196-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
196+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
197197
with:
198198
fetch-depth: 0
199199

@@ -281,7 +281,7 @@ jobs:
281281

282282
steps:
283283
- name: Checkout
284-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
284+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
285285
with:
286286
fetch-depth: 0
287287

@@ -396,7 +396,7 @@ jobs:
396396
egress-policy: audit
397397

398398
- name: Checkout
399-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
399+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
400400
with:
401401
fetch-depth: 0
402402

@@ -490,7 +490,7 @@ jobs:
490490
shell: powershell
491491

492492
- name: Checkout
493-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
493+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
494494
with:
495495
fetch-depth: 0
496496

@@ -602,7 +602,7 @@ jobs:
602602
egress-policy: audit
603603

604604
- name: Checkout
605-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
605+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
606606
with:
607607
fetch-depth: 0
608608

@@ -669,7 +669,7 @@ jobs:
669669
egress-policy: audit
670670

671671
- name: Checkout
672-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
672+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
673673
with:
674674
fetch-depth: 0
675675

@@ -716,7 +716,7 @@ jobs:
716716

717717
steps:
718718
- name: Checkout
719-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
719+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
720720
with:
721721
fetch-depth: 0
722722

.github/workflows/awslambda_release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
34+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3535
with:
3636
fetch-depth: 0
3737

@@ -109,7 +109,7 @@ jobs:
109109

110110
steps:
111111
- name: Checkout
112-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
112+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
113113
with:
114114
fetch-depth: 0
115115

.github/workflows/build_profiler.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
egress-policy: audit
7070

7171
- name: Checkout
72-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
72+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
7373
with:
7474
fetch-depth: 0
7575

@@ -97,7 +97,7 @@ jobs:
9797

9898
steps:
9999
- name: Checkout
100-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
100+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
101101
with:
102102
fetch-depth: 0
103103

@@ -176,7 +176,7 @@ jobs:
176176
# egress-policy: audit
177177

178178
- name: Checkout
179-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
179+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
180180
with:
181181
fetch-depth: 0
182182

@@ -228,7 +228,7 @@ jobs:
228228
egress-policy: audit
229229

230230
- name: Checkout
231-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
231+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
232232
with:
233233
fetch-depth: 0
234234

@@ -303,7 +303,7 @@ jobs:
303303

304304
steps:
305305
- name: Checkout
306-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
306+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
307307
with:
308308
fetch-depth: 0
309309

@@ -375,7 +375,7 @@ jobs:
375375
sudo apt-get install -y xmlstarlet
376376
377377
- name: Checkout
378-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
378+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
379379
with:
380380
fetch-depth: 0
381381

.github/workflows/check_modified_files.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
disable-sudo: true
2828
egress-policy: audit
2929
- name: Checkout
30-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
30+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3131
with:
3232
fetch-depth: 0
3333
- name: Verify which files were modified

.github/workflows/markdowncheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
egress-policy: audit # Leave it audit mode
2828

29-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
29+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3030

3131
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1
3232
with:

.github/workflows/multiverse_run.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
egress-policy: audit
4242

4343
- name: Checkout
44-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
44+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4545
with:
4646
fetch-depth: 0
4747

@@ -112,7 +112,7 @@ jobs:
112112
dotnet-version: '3.1.100'
113113

114114
- name: Checkout
115-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
115+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
116116
with:
117117
ref: 'gh-pages'
118118
fetch-depth: 0

.github/workflows/nuget_slack_notifications.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
egress-policy: audit # Leave it audit mode
3939

4040
- name: Checkout
41-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
41+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4242
with:
4343
fetch-depth: 0
4444

.github/workflows/post_deploy_agent.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
egress-policy: audit
7272

7373
- name: Checkout
74-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
74+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
7575
with:
7676
fetch-depth: 0
7777

@@ -112,7 +112,7 @@ jobs:
112112
egress-policy: audit
113113

114114
- name: Checkout
115-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
115+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
116116
with:
117117
fetch-depth: 0
118118

@@ -138,7 +138,7 @@ jobs:
138138
egress-policy: audit
139139

140140
- name: Checkout
141-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
141+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
142142
with:
143143
fetch-depth: 0
144144

@@ -167,7 +167,7 @@ jobs:
167167
egress-policy: audit
168168

169169
- name: Checkout
170-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
170+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
171171
with:
172172
fetch-depth: 0
173173

.github/workflows/publish_release_notes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
egress-policy: audit
7070

7171
- name: Checkout
72-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
72+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
7373
with:
7474
fetch-depth: 0
7575

.github/workflows/repolinter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
return data.data && data.data.default_branch === context.ref.split('/').slice(-1)[0]
4646
- name: Checkout Self
4747
if: ${{ steps.default-branch.outputs.result == 'true' }}
48-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
48+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4949
- name: Run Repolinter
5050
if: ${{ steps.default-branch.outputs.result == 'true' }}
5151
uses: newrelic/repolinter-action@3f4448f855c351e9695b24524a4111c7847b84cb # v1.7.0

.github/workflows/run_integration_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100

101101
steps:
102102
- name: Checkout
103-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
103+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
104104
with:
105105
fetch-depth: 0
106106

@@ -228,7 +228,7 @@ jobs:
228228

229229
steps:
230230
- name: Checkout
231-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
231+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
232232
with:
233233
fetch-depth: 0
234234

.github/workflows/run_linux_smoke_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
5151

5252
- name: Checkout
53-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
53+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
5454
with:
5555
fetch-depth: 0
5656

.github/workflows/run_unit_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
test_results_path: tests\TestResults
4444

4545
steps:
46-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
46+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4747
with:
4848
fetch-depth: 0
4949

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
egress-policy: audit
3939

4040
- name: "Checkout code"
41-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
41+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4242
with:
4343
persist-credentials: false
4444

.github/workflows/siteextension_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
34+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3535
with:
3636
fetch-depth: 0
3737

0 commit comments

Comments
 (0)