Merge branch 'main' into chrisgavin/default-bundle-version-json
This commit is contained in:
commit
73c73baaa2
3396 changed files with 450005 additions and 2113 deletions
2
lib/codeql.js
generated
2
lib/codeql.js
generated
|
|
@ -72,7 +72,7 @@ async function getCodeQLBundleDownloadURL() {
|
|||
}
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue