Skip to content

Commit 7ba1b56

Browse files
committed
Block new buggy .NET SDK
1 parent 3e63c4c commit 7ba1b56

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
uses: actions/setup-dotnet@v4
4747
with:
4848
dotnet-version: |
49-
8.0.x
50-
9.0.x
49+
8.0.309 # Block buggy release from February 11, 2025
50+
9.0.103 # Block buggy release from February 11, 2025
5151
- name: Show installed versions
5252
shell: pwsh
5353
run: |
@@ -164,8 +164,8 @@ jobs:
164164
uses: actions/setup-dotnet@v4
165165
with:
166166
dotnet-version: |
167-
8.0.x
168-
9.0.x
167+
8.0.309 # Block buggy release from February 11, 2025
168+
9.0.103 # Block buggy release from February 11, 2025
169169
- name: Git checkout
170170
uses: actions/checkout@v4
171171
- name: Restore tools
@@ -219,8 +219,8 @@ jobs:
219219
uses: actions/setup-dotnet@v4
220220
with:
221221
dotnet-version: |
222-
8.0.x
223-
9.0.x
222+
8.0.309 # Block buggy release from February 11, 2025
223+
9.0.103 # Block buggy release from February 11, 2025
224224
- name: Git checkout
225225
uses: actions/checkout@v4
226226
with:

.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
uses: actions/setup-dotnet@v4
2828
with:
2929
dotnet-version: |
30-
8.0.x
31-
9.0.x
30+
8.0.309 # Block buggy release from February 11, 2025
31+
9.0.103 # Block buggy release from February 11, 2025
3232
- name: Git checkout
3333
uses: actions/checkout@v4
3434
- name: Initialize CodeQL

0 commit comments

Comments
 (0)