Skip to content

Commit

Permalink
Update 1144-composite-actions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thboop authored Jul 27, 2021
1 parent bc9f54f commit a80f9c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/adrs/1144-composite-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ We want to support the `uses` steps from workflows in composite actions, includi
### Resolve Action Endpoint changes

- The resolve actions endpoint will now validate policy to ensure that the given workflow run has access to download that action.
- It will return a value indicated security was checked. Older server versions would lack this boolean. For composite actions that try to resolve an action, if the server does not respond with this value, we will fail the job as we could violate access policy if we allowed the composite action to continue.
- Older GHES/GHAE customers with newer runners will be locked out of composite uses steps until they upgrade their instance.
- Older GHES/GHAE customers with newer runners will be locked out of composite uses steps until they upgrade their instance.

### Local actions
- Local actions will expand the tree, perform policy checks, and download actions Just in Time when the step is running.
Expand Down

0 comments on commit a80f9c4

Please sign in to comment.