We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 757ff40 commit c97e81cCopy full SHA for c97e81c
src/environment.ts
@@ -1,4 +1,8 @@
1
-// NB: prefix these variables with `CODEQL_ACTION` to reduce risk of their being overwritten by other steps. */
+/**
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
+ */
6
export enum EnvVar {
7
/** Whether the `analyze` Action completes successfully. */
8
ANALYZE_DID_COMPLETE_SUCCESSFULLY = "CODEQL_ACTION_ANALYZE_DID_COMPLETE_SUCCESSFULLY",
0 commit comments