Log the version warning a second time if a request fails unexpectedly.
This commit is contained in:
parent
5e2fa08dae
commit
b16110e60e
6 changed files with 63 additions and 56 deletions
|
|
@ -188,7 +188,7 @@ async function getCodeQLBundleDownloadURL(
|
|||
const [repositoryOwner, repositoryName] = repository.split("/");
|
||||
try {
|
||||
const release = await api
|
||||
.getApiClient(githubAuth, githubUrl, mode, logger)
|
||||
.getApiClient(githubAuth, githubUrl, mode, logger, false, true)
|
||||
.repos.getReleaseByTag({
|
||||
owner: repositoryOwner,
|
||||
repo: repositoryName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue