This commit is contained in:
github-actions[bot] 2024-12-03 18:39:38 +00:00
parent 5261a1223f
commit 44e03577b2
117 changed files with 1008 additions and 458 deletions

View file

@ -822,8 +822,8 @@ for (const {
flagPassed
? "--new-analysis-summary"
: negativeFlagPassed
? "--no-new-analysis-summary"
: "nothing"
? "--no-new-analysis-summary"
: "nothing"
} for CodeQL version ${JSON.stringify(codeqlVersion)} and ${
util.GitHubVariant[githubVersion.type]
} ${githubVersion.version ? ` ${githubVersion.version}` : ""}`, async (t) => {