Skip to content

v1.2.0

Choose a tag to compare

@danielmeppiel danielmeppiel released this 10 Mar 21:56
· 49 commits to main since this release
a2b2dd5

What's Changed

Bug Fixes

  • Fix clearPrimitives path boundary — Anchor traversal guard to working-directory instead of GITHUB_WORKSPACE, unblocking tools like gh-aw that use isolated workspaces outside the runner checkout (#8)
  • Fix ncc static-analysis mangling — Replace path.resolve() with path.join() for subpath construction to prevent @vercel/ncc from rewriting paths into garbage concatenations (#8)
  • Use @v1 in README examples (#7)

Improvements

  • Robust traversal guard — Use path.relative() instead of startsWith() prefix check, handling edge cases like root directories (#9)
  • Test hygiene — Wrap env var mutations in try/finally for guaranteed cleanup (#9)
  • Add copilot as primary target name in docs and action.yml (#7)

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

What's Changed

  • docs: add 'copilot' as primary target name in docs and action.yml by @danielmeppiel in #7
  • fix: anchor clearPrimitives boundary to working-directory, not GITHUB_WORKSPACE by @danielmeppiel in #8
  • refactor: use path.relative for traversal guard, wrap env mutation in try/finally by @danielmeppiel in #9

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