mirror of
https://github.com/github/codeql-action.git
synced 2026-05-02 11:50:08 +00:00
Log when using OfflineFeatures for CCR
This commit is contained in:
Generated
+3
@@ -104453,6 +104453,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