Skip to content

Commit 8d7b8af

Browse files
committed
Block new buggy .NET SDK
1 parent 3e63c4c commit 8d7b8af

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

.github/workflows/build.yml

+9-6
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ jobs:
4545
- name: Setup .NET
4646
uses: actions/setup-dotnet@v4
4747
with:
48+
# Block buggy release from February 11, 2025
4849
dotnet-version: |
49-
8.0.x
50-
9.0.x
50+
8.0.309
51+
9.0.103
5152
- name: Show installed versions
5253
shell: pwsh
5354
run: |
@@ -163,9 +164,10 @@ jobs:
163164
- name: Setup .NET
164165
uses: actions/setup-dotnet@v4
165166
with:
167+
# Block buggy release from February 11, 2025
166168
dotnet-version: |
167-
8.0.x
168-
9.0.x
169+
8.0.309
170+
9.0.103
169171
- name: Git checkout
170172
uses: actions/checkout@v4
171173
- name: Restore tools
@@ -218,9 +220,10 @@ jobs:
218220
- name: Setup .NET
219221
uses: actions/setup-dotnet@v4
220222
with:
223+
# Block buggy release from February 11, 2025
221224
dotnet-version: |
222-
8.0.x
223-
9.0.x
225+
8.0.309
226+
9.0.103
224227
- name: Git checkout
225228
uses: actions/checkout@v4
226229
with:

.github/workflows/codeql.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ jobs:
2626
- name: Setup .NET
2727
uses: actions/setup-dotnet@v4
2828
with:
29+
# Block buggy release from February 11, 2025
2930
dotnet-version: |
30-
8.0.x
31-
9.0.x
31+
8.0.309
32+
9.0.103
3233
- name: Git checkout
3334
uses: actions/checkout@v4
3435
- name: Initialize CodeQL

0 commit comments

Comments
 (0)