File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments