send action ref and tool version in status reports
This commit is contained in:
parent
acacf9bbd5
commit
80b43ca9d3
18 changed files with 88 additions and 54 deletions
|
|
@ -150,15 +150,17 @@ program
|
|||
if (cmd.codeqlPath !== undefined) {
|
||||
codeql = getCodeQL(cmd.codeqlPath);
|
||||
} else {
|
||||
codeql = await initCodeQL(
|
||||
undefined,
|
||||
cmd.githubAuth,
|
||||
parseGithubUrl(cmd.githubUrl),
|
||||
tempDir,
|
||||
toolsDir,
|
||||
"runner",
|
||||
logger
|
||||
);
|
||||
codeql = (
|
||||
await initCodeQL(
|
||||
undefined,
|
||||
cmd.githubAuth,
|
||||
parseGithubUrl(cmd.githubUrl),
|
||||
tempDir,
|
||||
toolsDir,
|
||||
"runner",
|
||||
logger
|
||||
)
|
||||
).codeql;
|
||||
}
|
||||
|
||||
const config = await initConfig(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue