Skip to content

Commit a80f9c4

Browse files
authored
Update 1144-composite-actions.md
1 parent bc9f54f commit a80f9c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/adrs/1144-composite-actions.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ We want to support the `uses` steps from workflows in composite actions, includi
6666
### Resolve Action Endpoint changes
6767

6868
- The resolve actions endpoint will now validate policy to ensure that the given workflow run has access to download that action.
69-
- 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.
70-
- Older GHES/GHAE customers with newer runners will be locked out of composite uses steps until they upgrade their instance.
69+
- Older GHES/GHAE customers with newer runners will be locked out of composite uses steps until they upgrade their instance.
7170

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

0 commit comments

Comments
 (0)