mirror of
https://github.com/github/codeql-action.git
synced 2026-04-29 18:30:14 +00:00
Require tools feature for uploading overlay DBs
This commit is contained in:
Generated
+2
-1
@@ -90919,7 +90919,8 @@ var featureConfig = {
|
||||
["upload_overlay_db_to_api" /* UploadOverlayDbToApi */]: {
|
||||
defaultValue: false,
|
||||
envVar: "CODEQL_ACTION_UPLOAD_OVERLAY_DB_TO_API",
|
||||
minimumVersion: void 0
|
||||
minimumVersion: void 0,
|
||||
toolsFeature: "bundleSupportsOverlay" /* BundleSupportsOverlay */
|
||||
},
|
||||
["use_repository_properties" /* UseRepositoryProperties */]: {
|
||||
defaultValue: false,
|
||||
|
||||
Reference in New Issue
Block a user