mirror of
https://github.com/github/codeql-action.git
synced 2026-04-14 10:33:44 +00:00
Transpile
This commit is contained in:
5
lib/init-action.js
generated
5
lib/init-action.js
generated
@@ -382,8 +382,9 @@ async function run() {
|
||||
// For rust, if `codeql` does not support it, we are in two possible situations:
|
||||
// * either we run `codeql` prior to 2.19.3, which means no rust support is possible
|
||||
// * or we run a version between 2.19.3 and 2.22.1 (excluded), when rust support was
|
||||
// experimental and required explicitly setting CODEQL_ENABLE_EXPERIMENTAL_FEATURES
|
||||
// However, there is not need to let users know about the experimental feature flag at
|
||||
// experimental and required explicitly setting CODEQL_ENABLE_EXPERIMENTAL_FEATURES,
|
||||
// and that env variable is not set
|
||||
// However, there is no need to let users know about the experimental feature flag at
|
||||
// this point, if they want rust support they should chose a version which supports it
|
||||
// publicly.
|
||||
if (config.languages.includes(languages_1.Language.rust) &&
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user