mirror of
https://github.com/github/codeql-action.git
synced 2026-05-02 20:00:15 +00:00
Rename function calls to make destructive operation clearer
This commit is contained in:
@@ -11,7 +11,7 @@ import { RepositoryNwo } from "./repository";
|
||||
import * as util from "./util";
|
||||
import { bundleDb, parseGitHubUrl } from "./util";
|
||||
|
||||
export async function uploadDatabases(
|
||||
export async function cleanupAndUploadDatabases(
|
||||
repositoryNwo: RepositoryNwo,
|
||||
codeql: CodeQL,
|
||||
config: Config,
|
||||
|
||||
Reference in New Issue
Block a user