mirror of
https://github.com/github/codeql-action
synced 2026-05-27 10:01:44 +03:00
Log the version warning a second time if a request fails unexpectedly.
This commit is contained in:
Generated
+1
-1
@@ -88,7 +88,7 @@ async function getCodeQLBundleDownloadURL(githubAuth, githubUrl, mode, logger) {
|
||||
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