Merge branch 'main' into chrisgavin/default-bundle-version-json

This commit is contained in:
Chris Gavin
2020-08-14 15:53:07 +01:00
3396 changed files with 450005 additions and 2113 deletions

View File

@@ -122,7 +122,7 @@ async function getCodeQLBundleDownloadURL(): Promise<string> {
}
let [repositoryOwner, repositoryName] = repository.split("/");
try {
const release = await api.getApiClient().repos.getReleaseByTag({
const release = await api.getActionsApiClient().repos.getReleaseByTag({
owner: repositoryOwner,
repo: repositoryName,
tag: CODEQL_BUNDLE_VERSION