File tree 2 files changed +12
-8
lines changed
2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 45
45
- name : Setup .NET
46
46
uses : actions/setup-dotnet@v4
47
47
with :
48
+ # Block buggy release from February 11, 2025
48
49
dotnet-version : |
49
- 8.0.x
50
- 9.0.x
50
+ 8.0.309
51
+ 9.0.103
51
52
- name : Show installed versions
52
53
shell : pwsh
53
54
run : |
@@ -163,9 +164,10 @@ jobs:
163
164
- name : Setup .NET
164
165
uses : actions/setup-dotnet@v4
165
166
with :
167
+ # Block buggy release from February 11, 2025
166
168
dotnet-version : |
167
- 8.0.x
168
- 9.0.x
169
+ 8.0.309
170
+ 9.0.103
169
171
- name : Git checkout
170
172
uses : actions/checkout@v4
171
173
- name : Restore tools
@@ -218,9 +220,10 @@ jobs:
218
220
- name : Setup .NET
219
221
uses : actions/setup-dotnet@v4
220
222
with :
223
+ # Block buggy release from February 11, 2025
221
224
dotnet-version : |
222
- 8.0.x
223
- 9.0.x
225
+ 8.0.309
226
+ 9.0.103
224
227
- name : Git checkout
225
228
uses : actions/checkout@v4
226
229
with :
Original file line number Diff line number Diff line change 26
26
- name : Setup .NET
27
27
uses : actions/setup-dotnet@v4
28
28
with :
29
+ # Block buggy release from February 11, 2025
29
30
dotnet-version : |
30
- 8.0.x
31
- 9.0.x
31
+ 8.0.309
32
+ 9.0.103
32
33
- name : Git checkout
33
34
uses : actions/checkout@v4
34
35
- name : Initialize CodeQL
You can’t perform that action at this time.
0 commit comments