Reading up on GitHub Actions
11 deep · digging since nov 26, 25
- GitHub Actions is the weakest link
GitHub Actions' default features—mutable tags, pull_request_target, template injection, and write-scoped tokens—have enabled a chain of supply-chain attacks on open-source registries, and GitHub's opt-in security roadmap won't fix the root causes.
- GitHub - withastro/flue: The sandbox agent framework.
Flue is a TypeScript framework for building autonomous AI agents with a programmable harness that provides sandboxes, tools, skills, and durable execution across local and cloud runtimes.
- Using skills to accelerate OSS maintenance
Using skills, AGENTS.md, and GitHub Actions, OpenAI accelerated OSS maintenance in their Agents SDK repos, merging 457 PRs in three months, up from 316.
- Perhaps not Boring Technology after all
Current LLM coding agents no longer bias toward popular languages; they handle niche or new tools well via long context and documentation.
- Turn Dependabot off
Dependabot's version-based security alerts are noisy and less effective than static analysis tools that check reachability of vulnerable functions.
- Amplifying — AI Benchmark Research
Claude Code overwhelmingly builds custom solutions over recommending third-party tools, and when it picks tools, it defaults to GitHub Actions, Stripe, and shadcn/ui.
- Insider amnesia
Speculation about internal tech company problems is almost always wrong because outsiders lack the insider context needed to understand the real issues.
- It looks like the status/need-triage label was removed
An unclosed loop in GitHub Actions workflows caused Gemini CLI's label-adding and -removing bots to fight over 4,600 times, flooding the issue with notifications.
- I hate GitHub Actions with passion
GitHub Actions workflows are difficult to debug when they fail inconsistently across platforms due to runner setup differences, and the author recommends keeping logic in local scripts.
- Pricing Changes for GitHub Actions
GitHub backtracks on a per-minute platform fee for self-hosted Action runners after heavy backlash, while cutting hosted-runner prices by up to 39%.
- What They Don't Tell You About Maintaining an Open Source Project ~ andrej acevski
Maintaining an open-source self-hosted kanban board involves relentless documentation, user support, scary database migrations, and careful scope management far beyond building the initial product.