Skip to content

Commit 5933ae0

Browse files
committed
Add which go output in warning
1 parent a282286 commit 5933ae0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/analyze-action.js

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

lib/analyze-action.js.map

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

src/analyze-action.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ async function run() {
240240

241241
if (goWrapperPath !== goBinaryPath) {
242242
core.warning(
243-
"Unexpected result for `which go`: please ensure that the correct version of Go is installed before the `codeql-action/init` Action is used.",
243+
`Expected \`which go\` to return ${goWrapperPath}, but got ${goBinaryPath}: please ensure that the correct version of Go is installed before the \`codeql-action/init\` Action is used.`,
244244
);
245245
}
246246
}

0 commit comments

Comments
 (0)