Files
51890bbcf4 (fix): Fix nested action outputs (#27)
* fix: discover outputs from nested GitHub Action paths

Parse action.yml from the subdirectory in uses (owner/repo/path@ref)
so path-based composite actions export outputs to Harness.

Co-authored-by: Cursor <cursoragent@cursor.com>

* test: cover ActionDir traversal that escapes after Clean

Co-authored-by: Cursor <cursoragent@cursor.com>

* fix: pin DinD base image to docker:29.6.0-dind

Avoid Docker 29.7.0 CopyToContainer regression that breaks act
when copying actions under /var/run/act.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-20 15:35:54 +05:30
..