Skip to content

Commit 765807b

Browse files
committed
Add RUNNER_ENVIRONMENT to the list of known default setup variables
1 parent bf21875 commit 765807b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queries/default-setup-environment-variables.ql

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ predicate isSafeForDefaultSetup(string envVar) {
2323
"GITHUB_BASE_REF", "GITHUB_EVENT_NAME", "GITHUB_JOB", "GITHUB_RUN_ATTEMPT", "GITHUB_RUN_ID",
2424
"GITHUB_SHA", "GITHUB_REPOSITORY", "GITHUB_SERVER_URL", "GITHUB_TOKEN", "GITHUB_WORKFLOW",
2525
"GITHUB_WORKSPACE", "GOFLAGS", "ImageVersion", "JAVA_TOOL_OPTIONS", "RUNNER_ARCH",
26-
"RUNNER_NAME", "RUNNER_OS", "RUNNER_TEMP", "RUNNER_TOOL_CACHE"
26+
"RUNNER_ENVIRONMENT", "RUNNER_NAME", "RUNNER_OS", "RUNNER_TEMP", "RUNNER_TOOL_CACHE"
2727
]
2828
}
2929

0 commit comments

Comments
 (0)