mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 09:40:17 +08:00
Log the version warning a second time if a request fails unexpectedly.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user