mirror of
https://github.com/github/codeql-action.git
synced 2026-04-09 05:32:36 +00:00
Capitalize Rust in log
This commit is contained in:
2
lib/init-action.js
generated
2
lib/init-action.js
generated
@@ -214,7 +214,7 @@ async function run() {
|
||||
}
|
||||
if (semver.lt(actualVer, publicPreview)) {
|
||||
core.exportVariable(environment_1.EnvVar.EXPERIMENTAL_FEATURES, "true");
|
||||
logger.info("Experimental rust analysis enabled");
|
||||
logger.info("Experimental Rust analysis enabled");
|
||||
}
|
||||
}
|
||||
config = await (0, init_1.initConfig)({
|
||||
|
||||
@@ -380,7 +380,7 @@ async function run() {
|
||||
}
|
||||
if (semver.lt(actualVer, publicPreview)) {
|
||||
core.exportVariable(EnvVar.EXPERIMENTAL_FEATURES, "true");
|
||||
logger.info("Experimental rust analysis enabled");
|
||||
logger.info("Experimental Rust analysis enabled");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user