mirror of
https://github.com/github/codeql-action.git
synced 2026-04-17 12:33:16 +00:00
Merge branch 'main' into henrymercer/extract-direct-to-toolcache
This commit is contained in:
@@ -811,8 +811,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) => {
|
||||
|
||||
Reference in New Issue
Block a user