Skip to content

Commit 489516c

Browse files
committed
Test commit; do not merge
1 parent 6fd4ceb commit 489516c

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

lib/analyze-action-post.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze-action.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/autobuild-action.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init-action-post.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init-action.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/resolve-environment-action.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/upload-lib.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/upload-sarif-action.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/codeql.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -992,14 +992,14 @@ export async function getCodeQLForCmd(
992992
return JSON.parse(extractorPath) as string;
993993
},
994994
async resolveQueriesStartingPacks(queries: string[]): Promise<string[]> {
995-
const codeqlArgs = [
995+
const xcodeqlArgs = [
996996
"resolve",
997997
"queries",
998998
"--format=startingpacks",
999999
...getExtraOptionsFromEnv(["resolve", "queries"]),
10001000
...queries,
10011001
];
1002-
const output = await runCli(cmd, codeqlArgs, { noStreamStdout: true });
1002+
const output = await runCli(cmd, xcodeqlArgs, { noStreamStdout: true });
10031003

10041004
try {
10051005
return JSON.parse(output) as string[];

0 commit comments

Comments
 (0)