File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 46
46
uses : actions/setup-dotnet@v4
47
47
with :
48
48
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
51
51
- name : Show installed versions
52
52
shell : pwsh
53
53
run : |
@@ -164,8 +164,8 @@ jobs:
164
164
uses : actions/setup-dotnet@v4
165
165
with :
166
166
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
169
169
- name : Git checkout
170
170
uses : actions/checkout@v4
171
171
- name : Restore tools
@@ -219,8 +219,8 @@ jobs:
219
219
uses : actions/setup-dotnet@v4
220
220
with :
221
221
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
224
224
- name : Git checkout
225
225
uses : actions/checkout@v4
226
226
with :
Original file line number Diff line number Diff line change 27
27
uses : actions/setup-dotnet@v4
28
28
with :
29
29
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
32
32
- name : Git checkout
33
33
uses : actions/checkout@v4
34
34
- name : Initialize CodeQL
You can’t perform that action at this time.
0 commit comments