You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consterrorAlreadyExists="The destination repository already exists, but it was not created with the CodeQL Action sync tool. If you are sure you want to push the CodeQL Action to it, re-run this command with the `--force` flag."
38
38
consterrorInvalidDestinationToken="The destination token you've provided is not valid."
39
39
40
+
constenterpriseAPIPath="/api/v3"
41
+
constenterpriseUploadsPath="/api/uploads"
42
+
40
43
typepushServicestruct {
41
44
ctx context.Context
42
45
cacheDirectory cachedirectory.CacheDirectory
@@ -361,10 +364,31 @@ func Push(ctx context.Context, cacheDirectory cachedirectory.CacheDirectory, des
0 commit comments