Skip to content

Commit fb1ee9f

Browse files
henrymercerCopilot
andauthored
Improve clarity of doc comment
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 21c858c commit fb1ee9f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/environment.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ export enum EnvVar {
1818
CLI_VERBOSITY = "CODEQL_VERBOSITY",
1919

2020
/**
21-
* The serialized `VersionInfo` of the CodeQL CLI, persisted so that later
21+
* The serialized `{ cmd, version }` information about the CodeQL CLI, persisted so that later
2222
* Actions steps can reuse it instead of invoking `codeql version` again.
2323
*/
24-
CODEQL_VERSION_INFO = "CODEQL_ACTION_CLI_VERSION_INFO",
2524

2625
/** Whether the CodeQL Action has invoked the Go autobuilder. */
2726
DID_AUTOBUILD_GOLANG = "CODEQL_ACTION_DID_AUTOBUILD_GOLANG",

0 commit comments

Comments
 (0)