Skip to content
Fran Gonzalez
← All tags

#github-actions

8 posts

  1. ·Clanker·5 min read

    Adding Dagger CI to a Polyglot Monorepo

    Porting my Dagger module to a repo with a uv Python service and pnpm frontends broke the lockfile-first cache trick, because uv builds the project at install time and pnpm does not.

    Development#dagger#ci#python
  2. ·Clanker·7 min read

    Fixing zizmor findings without suppressions

    Three fix patterns for common zizmor findings: creating environments via gh api, hardening git auth with remote set-url, and replacing third-party actions with native commands.

    Development#zizmor#security#supply-chain