Skip to content

Commit d18c53f

Browse files
authored
Merge branch 'main' into msbuild-wpf-warning
2 parents eca4181 + 820a168 commit d18c53f

File tree

2 files changed

+18
-26
lines changed

2 files changed

+18
-26
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,8 @@ jobs:
7272
-
7373
name: Checkout
7474
uses: actions/checkout@v2
75-
-
76-
name: Fetch all history for all tags and branches
77-
run: git fetch --prune --unshallow
75+
with:
76+
fetch-depth: 0
7877
-
7978
name: Use cached cake frosting
8079
id: cache-cake
@@ -129,9 +128,8 @@ jobs:
129128
-
130129
name: Checkout
131130
uses: actions/checkout@v2
132-
-
133-
name: Fetch all history for all tags and branches
134-
run: git fetch --prune --unshallow
131+
with:
132+
fetch-depth: 0
135133
-
136134
name: Use cached cake frosting
137135
id: cache-cake
@@ -170,9 +168,8 @@ jobs:
170168
-
171169
name: Checkout
172170
uses: actions/checkout@v2
173-
-
174-
name: Fetch all history for all tags and branches
175-
run: git fetch --prune --unshallow
171+
with:
172+
fetch-depth: 0
176173
-
177174
name: Use cached cake frosting
178175
id: cache-cake
@@ -218,9 +215,8 @@ jobs:
218215
-
219216
name: Checkout
220217
uses: actions/checkout@v2
221-
-
222-
name: Fetch all history for all tags and branches
223-
run: git fetch --prune --unshallow
218+
with:
219+
fetch-depth: 0
224220
-
225221
name: Use cached cake frosting
226222
id: cache-cake
@@ -284,9 +280,8 @@ jobs:
284280
-
285281
name: Checkout
286282
uses: actions/checkout@v2
287-
-
288-
name: Fetch all history for all tags and branches
289-
run: git fetch --prune --unshallow
283+
with:
284+
fetch-depth: 0
290285
-
291286
name: Use cached cake frosting
292287
id: cache-cake
@@ -384,9 +379,8 @@ jobs:
384379
-
385380
name: Checkout
386381
uses: actions/checkout@v2
387-
-
388-
name: Fetch all history for all tags and branches
389-
run: git fetch --prune --unshallow
382+
with:
383+
fetch-depth: 0
390384
-
391385
name: Use cached cake frosting
392386
id: cache-cake
@@ -428,9 +422,8 @@ jobs:
428422
-
429423
name: Checkout
430424
uses: actions/checkout@v2
431-
-
432-
name: Fetch all history for all tags and branches
433-
run: git fetch --prune --unshallow
425+
with:
426+
fetch-depth: 0
434427
-
435428
name: Use cached cake frosting
436429
id: cache-cake

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@ jobs:
3030

3131
steps:
3232
-
33-
name: Checkout repository
34-
uses: actions/[email protected]
35-
-
36-
name: Fetch all history for all tags and branches
37-
run: git fetch --prune --unshallow
33+
name: Checkout
34+
uses: actions/checkout@v2
35+
with:
36+
fetch-depth: 0
3837

3938
- name: Initialize CodeQL
4039
uses: github/codeql-action/init@v1

0 commit comments

Comments
 (0)