You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Expected \`which go\` to return ${goInitPath}, but got ${goBinaryPath}: please ensure that the correct version of Go is installed before the \`codeql-action/init\` Action is used.`,
254
-
);
255
-
256
-
addDiagnostic(
257
-
config,
258
-
Language.go,
259
-
makeDiagnostic(
260
-
"go/workflow/go-installed-after-codeql-init",
261
-
"Go was installed after the `codeql-action/init` Action was run",
262
-
{
263
-
markdownMessage:
264
-
"To avoid interfering with the CodeQL analysis, perform all installation steps before calling the `github/codeql-action/init` Action.",
`Expected \`which go\` to return ${goInitPath}, but got ${goBinaryPath}: please ensure that the correct version of Go is installed before the \`codeql-action/init\` Action is used.`,
446
+
);
447
+
448
+
addDiagnostic(
449
+
config,
450
+
Language.go,
451
+
makeDiagnostic(
452
+
"go/workflow/go-installed-after-codeql-init",
453
+
"Go was installed after the `codeql-action/init` Action was run",
454
+
{
455
+
markdownMessage:
456
+
"To avoid interfering with the CodeQL analysis, perform all installation steps before calling the `github/codeql-action/init` Action.",
0 commit comments