Add FF to control whether to fetch repository properties

This commit is contained in:
Michael B. Gale
2025-09-22 20:26:56 +01:00
parent 05310c6f55
commit b4f966a31a
12 changed files with 64 additions and 6 deletions

5
lib/upload-lib.js generated
View File

@@ -89347,6 +89347,11 @@ var featureConfig = {
minimumVersion: void 0,
toolsFeature: "pythonDefaultIsToNotExtractStdlib" /* PythonDefaultIsToNotExtractStdlib */
},
["use_repository_properties" /* UseRepositoryProperties */]: {
defaultValue: false,
envVar: "CODEQL_ACTION_USE_REPOSITORY_PROPERTIES",
minimumVersion: void 0
},
["qa_telemetry_enabled" /* QaTelemetryEnabled */]: {
defaultValue: false,
envVar: "CODEQL_ACTION_QA_TELEMETRY",