Skip to content

Commit 6802597

Browse files
authored
Update comments on rust support in init-action
Clarify comments regarding rust support in codeql versions
1 parent 3e4d856 commit 6802597

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/init-action.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,8 @@ async function run() {
632632
// For rust, if `codeql` does not support it, we are in two possible situations:
633633
// * either we run `codeql` prior to 2.19.3, which means no rust support is possible
634634
// * or we run a version between 2.19.3 and 2.22.1 (excluded), when rust support was
635-
// experimental and required explicitly setting CODEQL_ENABLE_EXPERIMENTAL_FEATURES
635+
// experimental and required explicitly setting CODEQL_ENABLE_EXPERIMENTAL_FEATURES,
636+
// and that env variable is not set
636637
// However, there is no need to let users know about the experimental feature flag at
637638
// this point, if they want rust support they should chose a version which supports it
638639
// publicly.

0 commit comments

Comments
 (0)