Skip to content

Commit 9f7a92c

Browse files
committed
Update user-facing warning log
1 parent 0e553f2 commit 9f7a92c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

lib/init-action.js

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

lib/init-action.js.map

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

src/init-action.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@ async function run() {
220220

221221
if ("CODEQL_EXTRACTOR_GO_BUILD_TRACING" in process.env) {
222222
logger.warning(
223-
"Go build tracing is now enabled by default, so the CODEQL_EXTRACTOR_GO_BUILD_TRACING environment variable which was previously used to manually enable Go build tracing is now deprecated. We recommend that you remove this environment variable from your workflow."
223+
`Go is now analyzed as a compiled language by default, so the CODEQL_EXTRACTOR_GO_BUILD_TRACING environment variable is deprecated. We recommend that you remove this environment variable from your workflow.
224+
For more information, see https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages`
224225
);
225226
}
226227
if (config.languages.includes(Language.go)) {

0 commit comments

Comments
 (0)