mirror of
https://github.com/drone-plugins/github-actions
synced 2026-09-06 13:34:09 +02:00
* 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>