mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +02:00
Turns out that `https://dot.net/v1/dotnet-install.sh` has moved to `https://dotnet.microsoft.com/download/dotnet-core/scripts/v1/dotnet-install.sh`. Instead of updating the URL in the code, I prefer to keep the old URL (which is still referenced in the documentation), and let `curl` handle the redirect.