Skip to content

v1.2.0

Choose a tag to compare

@Affanmir Affanmir released this 08 Apr 10:57
· 9 commits to main since this release

What's Changed

Fixed

  • Critical: Converted from Docker-based action to composite action — Docker actions require the Docker daemon on the runner, which is unavailable on lightweight runners (ubuntu-slim, Namespace runners, etc.). The action now runs directly on the runner via shell steps, requiring no Docker.

How it works now

  1. pip install the three dependencies (diff-cover, Jinja2, requests)
  2. Configure git safe.directory
  3. Run entrypoint.py with all inputs passed as explicit INPUT_* env vars

Migration

No changes needed — the action interface (inputs/outputs) is identical. If you're on @v1, you already have this fix.

Full Changelog: v1.1.0...v1.2.0