commit node_modules and generated files
This commit is contained in:
parent
6d7a135fea
commit
34b372292b
3379 changed files with 449603 additions and 2029 deletions
2
lib/codeql.js
generated
2
lib/codeql.js
generated
|
|
@ -71,7 +71,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