File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
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
49
48
dotnet-version : |
50
49
8.0.*
51
50
9.0.*
@@ -164,7 +163,6 @@ jobs:
164
163
- name : Setup .NET
165
164
uses : actions/setup-dotnet@v4
166
165
with :
167
- # Block buggy release from February 11, 2025
168
166
dotnet-version : |
169
167
8.0.*
170
168
9.0.*
@@ -220,7 +218,6 @@ jobs:
220
218
- name : Setup .NET
221
219
uses : actions/setup-dotnet@v4
222
220
with :
223
- # Block buggy release from February 11, 2025
224
221
dotnet-version : |
225
222
8.0.*
226
223
9.0.*
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
30
29
dotnet-version : |
31
- 8.0.309
32
- 9.0.103
30
+ 8.0.*
31
+ 9.0.*
33
32
- name : Git checkout
34
33
uses : actions/checkout@v4
35
34
- name : Initialize CodeQL
You can’t perform that action at this time.
0 commit comments