Revert "update javascript files"

This reverts commit 3a9f6a89e0.
This commit is contained in:
nickfyson
2023-12-13 16:53:51 +00:00
parent e106171cbb
commit 8bc67d15e2
4 changed files with 45 additions and 45 deletions
Generated
+1 -1
View File
@@ -713,7 +713,7 @@ async function getCodeQLForCmd(cmd, checkVersion) {
"version of the CLI using the 'tools' input to the 'init' Action, you can remove this " +
"input to use the default version.\n\n" +
"Alternatively, if you want to continue using CodeQL CLI version " +
`${result.version}, you can replace 'github/codeql-action/*@v3' by ` +
`${result.version}, you can replace 'github/codeql-action/*@v2' by ` +
`'github/codeql-action/*@v${(0, actions_util_1.getActionVersion)()}' in your code scanning workflow to ` +
"continue using this version of the CodeQL Action.");
core.exportVariable(environment_1.EnvVar.SUPPRESS_DEPRECATED_SOON_WARNING, "true");