mirror of
https://github.com/github/codeql-action.git
synced 2026-04-27 09:18:47 +00:00
Log when using OfflineFeatures for CCR
This commit is contained in:
Generated
+3
@@ -104354,6 +104354,9 @@ function supportsFeatureFlags(githubVariant) {
|
||||
}
|
||||
function initFeatures(gitHubVersion, repositoryNwo, tempDir, logger) {
|
||||
if (isCCR()) {
|
||||
logger.debug(
|
||||
"Querying feature flags is not currently supported in Copilot Code Review. Using offline data for all features."
|
||||
);
|
||||
return new OfflineFeatures(logger);
|
||||
} else {
|
||||
return new Features(gitHubVersion, repositoryNwo, tempDir, logger);
|
||||
|
||||
Reference in New Issue
Block a user