Skip to content

Commit 33c9769

Browse files
committed
Resolve conflicts in codeql.ts
1 parent 786a317 commit 33c9769

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

lib/codeql.js

-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/codeql.ts

-5
Original file line numberDiff line numberDiff line change
@@ -1144,14 +1144,9 @@ export async function getCodeQLForCmd(
11441144
"version of the CLI using the 'tools' input to the 'init' Action, you can remove this " +
11451145
"input to use the default version.\n\n" +
11461146
"Alternatively, if you want to continue using CodeQL CLI version " +
1147-
<<<<<<< HEAD
1148-
`${result.version}, you can replace 'github/codeql-action/*@v2' by ` +
1149-
`'github/codeql-action/*@v${getActionVersion()}' in your code scanning workflow to ` +
1150-
=======
11511147
`${result.version}, you can replace 'github/codeql-action/*@v${
11521148
getActionVersion().split(".")[0]
11531149
}' by 'github/codeql-action/*@v${getActionVersion()}' in your code scanning workflow to ` +
1154-
>>>>>>> origin/releases/v3
11551150
"continue using this version of the CodeQL Action.",
11561151
);
11571152
core.exportVariable(EnvVar.SUPPRESS_DEPRECATED_SOON_WARNING, "true");

0 commit comments

Comments
 (0)