mirror of
https://github.com/github/codeql-action.git
synced 2026-04-28 18:08:53 +00:00
Remove FF gate for connection checks
This commit is contained in:
@@ -109,9 +109,7 @@ async function run(startedAt: Date) {
|
||||
);
|
||||
|
||||
// Check that the private registries are reachable.
|
||||
if (await features.getValue(Feature.StartProxyConnectionChecks)) {
|
||||
await checkConnections(logger, proxyInfo);
|
||||
}
|
||||
await checkConnections(logger, proxyInfo);
|
||||
|
||||
// Report success if we have reached this point.
|
||||
await sendSuccessStatusReport(
|
||||
|
||||
Reference in New Issue
Block a user