File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
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
4948 dotnet-version : |
5049 8.0.*
5150 9.0.*
@@ -164,7 +163,6 @@ jobs:
164163 - name : Setup .NET
165164 uses : actions/setup-dotnet@v4
166165 with :
167- # Block buggy release from February 11, 2025
168166 dotnet-version : |
169167 8.0.*
170168 9.0.*
@@ -220,7 +218,6 @@ jobs:
220218 - name : Setup .NET
221219 uses : actions/setup-dotnet@v4
222220 with :
223- # Block buggy release from February 11, 2025
224221 dotnet-version : |
225222 8.0.*
226223 9.0.*
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
3029 dotnet-version : |
31- 8.0.309
32- 9.0.103
30+ 8.0.*
31+ 9.0.*
3332 - name : Git checkout
3433 uses : actions/checkout@v4
3534 - name : Initialize CodeQL
You can’t perform that action at this time.
0 commit comments