Skip to content

Commit c97e81c

Browse files
Update documentation
Co-authored-by: Henry Mercer <henry@henrymercer.name>
1 parent 757ff40 commit c97e81c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/environment.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
// NB: prefix these variables with `CODEQL_ACTION` to reduce risk of their being overwritten by other steps. */
1+
/**
2+
* Environment variables used by the CodeQL Action.
3+
*
4+
* We recommend prefixing environment variables with `CODEQL_ACTION_` to reduce the risk that they are overwritten by other steps.
5+
*/
26
export enum EnvVar {
37
/** Whether the `analyze` Action completes successfully. */
48
ANALYZE_DID_COMPLETE_SUCCESSFULLY = "CODEQL_ACTION_ANALYZE_DID_COMPLETE_SUCCESSFULLY",

0 commit comments

Comments
 (0)