-
Notifications
You must be signed in to change notification settings - Fork 63.1k
Closed as not planned
Closed as not planned
Copy link
Labels
SME reviewedAn SME has reviewed this issue/PRAn SME has reviewed this issue/PRactionsThis issue or pull request should be reviewed by the docs actions teamThis issue or pull request should be reviewed by the docs actions teamcontentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teammore-information-neededMore information is needed to complete reviewMore information is needed to complete reviewstaleThere is no recent activity on this issue or pull requestThere is no recent activity on this issue or pull request
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
What part(s) of the article would you like to see updated?
The individual jobs in a workflow can interact with (and compromise) other jobs. For example, a job querying the environment variables used by a later job, writing files to a shared directory that a later job processes, or even more directly by interacting with the Docker socket and inspecting other running containers and executing commands in them.
My understanding is that this only applies to jobs running on self-hosted runners.
As per https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners, GHA-hosted runners use a fresh VM for each job. So "shared directory" and "Docker socket" are not a thing for GHA-hosted runners.
Additional information
No response
Metadata
Metadata
Assignees
Labels
SME reviewedAn SME has reviewed this issue/PRAn SME has reviewed this issue/PRactionsThis issue or pull request should be reviewed by the docs actions teamThis issue or pull request should be reviewed by the docs actions teamcontentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teammore-information-neededMore information is needed to complete reviewMore information is needed to complete reviewstaleThere is no recent activity on this issue or pull requestThere is no recent activity on this issue or pull request