You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The setup-dotnet action always fails at downloading SDK for NET 9.0.x version with:
dotnet-install: Download attempt #1 has failed: Unable to download https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0/latest.version.
[52]blabla/actions/runs/4330378/job/15876247?pr=4#step:5:53)dotnet-install: Attempt #2 will start in 10 seconds.
[53]blabla/actions/runs/4330378/job/15876247?pr=4#step:5:54)dotnet-install: Download attempt #2 has failed: Unable to download https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0/latest.version.
[54]blabla/actions/runs/4330378/job/15876247?pr=4#step:5:55)dotnet-install: Attempt #3 will start in 20 seconds.
[55]blabla/actions/runs/4330378/job/15876247?pr=4#step:5:56)dotnet-install: Download attempt #1 has failed: Unable to download https://ci.dot.net/public/Sdk/9.0/latest.version.
[56]blabla/actions/runs/4330378/job/15876247?pr=4#step:5:57)dotnet-install: Attempt #2 will start in 10 seconds.
[57]blabla/actions/runs/4330378/job/15876247?pr=4#step:5:58)dotnet-install: Download attempt #2 has failed: Unable to download https://ci.dot.net/public/Sdk/9.0/latest.version.
[58]blabla/actions/runs/4330378/job/15876247?pr=4#step:5:59)dotnet-install: Attempt #3 will start in 20 seconds.
[59]blabla/actions/runs/4330378/job/15876247?pr=4#step:5:60)dotnet_install: Error: Failed to resolve the exact version number.
[60]blabla/actions/runs/4330378/job/15876247?pr=4#step:5:61)Error: Failed to install dotnet, exit code: 1. dotnet_install: Error: Failed to resolve the exact version number.
Task version:
v4
Platform:
[x ] Ubuntu
macOS
Windows
Runner type:
[x ] Hosted
Self-hosted
Repro steps:
Use setup-dotnet action v4 to download .NET 9.0.x
Expected behavior:
I expect the action to download and install the NET 9 SDK.
Actual behavior:
The setup-dotnet action always fails at downloading SDK for NET 9.0.x version with:
Error: Failed to install dotnet, exit code: 1. dotnet_install: Error: Failed to resolve the exact version number.
This is my action in the yml of CodeQL for my repo:
Can you try re-running the workflow? If the problem continues, please share the specific action run of the workflow where the issue happens. Also, if you can, please provide a link to a minimal repository that reproduces the issue so we can investigate further.
Description:
The setup-dotnet action always fails at downloading SDK for NET 9.0.x version with:
dotnet-install: Download attempt #1 has failed: Unable to download https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0/latest.version.
[52]blabla/actions/runs/4330378/job/15876247?pr=4#step:5:53)dotnet-install: Attempt #2 will start in 10 seconds.
[53]blabla/actions/runs/4330378/job/15876247?pr=4#step:5:54)dotnet-install: Download attempt #2 has failed: Unable to download https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0/latest.version.
[54]blabla/actions/runs/4330378/job/15876247?pr=4#step:5:55)dotnet-install: Attempt #3 will start in 20 seconds.
[55]blabla/actions/runs/4330378/job/15876247?pr=4#step:5:56)dotnet-install: Download attempt #1 has failed: Unable to download https://ci.dot.net/public/Sdk/9.0/latest.version.
[56]blabla/actions/runs/4330378/job/15876247?pr=4#step:5:57)dotnet-install: Attempt #2 will start in 10 seconds.
[57]blabla/actions/runs/4330378/job/15876247?pr=4#step:5:58)dotnet-install: Download attempt #2 has failed: Unable to download https://ci.dot.net/public/Sdk/9.0/latest.version.
[58]blabla/actions/runs/4330378/job/15876247?pr=4#step:5:59)dotnet-install: Attempt #3 will start in 20 seconds.
[59]blabla/actions/runs/4330378/job/15876247?pr=4#step:5:60)dotnet_install: Error: Failed to resolve the exact version number.
[60]blabla/actions/runs/4330378/job/15876247?pr=4#step:5:61)Error: Failed to install dotnet, exit code: 1. dotnet_install: Error: Failed to resolve the exact version number.
Task version:
v4
Platform:
Runner type:
Repro steps:
Use setup-dotnet action v4 to download .NET 9.0.x
Expected behavior:
I expect the action to download and install the NET 9 SDK.
Actual behavior:
The setup-dotnet action always fails at downloading SDK for NET 9.0.x version with:
Error: Failed to install dotnet, exit code: 1. dotnet_install: Error: Failed to resolve the exact version number.
This is my action in the yml of CodeQL for my repo:
The text was updated successfully, but these errors were encountered: