This commit is contained in:
Rasmus Wriedt Larsen 2023-05-15 12:05:50 +02:00
Родитель cf58ef4480
Коммит e1cca2565c
Не найден ключ, соответствующий данной подписи
2 изменённых файлов: 2 добавлений и 2 удалений

2
lib/analyze.js сгенерированный
Просмотреть файл

@ -55,7 +55,7 @@ async function setupPythonExtractor(logger, features, codeql) {
return;
}
if (await features.getValue(feature_flags_1.Feature.DisablePythonDependencyInstallation, codeql)) {
logger.warning("Library extraction is disabled now. Please remove your logic that sets the CODEQL_PYTHON environment variable." +
logger.warning("We recommend that you remove the CODEQL_PYTHON environment variable from your workflow. This environment variable was originally used to specify a Python executable that included the dependencies of your Python code, however Python analysis no longer uses these dependencies." +
"\nIf you used CODEQL_PYTHON to force the version of Python to analyze as, please use CODEQL_EXTRACTOR_PYTHON_ANALYSIS_VERSION instead, such as 'CODEQL_EXTRACTOR_PYTHON_ANALYSIS_VERSION=2.7' or 'CODEQL_EXTRACTOR_PYTHON_ANALYSIS_VERSION=3.11'.");
return;
}

Различия файлов скрыты, потому что одна или несколько строк слишком длинны