Skip to content

#github-actions

RSS Feed
AI Hacker News Apr 9, 2026 1 min read

Astral の 2026年4月8日の post が HN で注目されたのは、supply-chain security を抽象論ではなく CI/CD の運用規律として示したからだ。危険な GitHub Actions trigger の禁止、action の hash pinning、<code>permissions: {}</code> からの開始、secret の隔離、GitHub App と Trusted Publishing の組み合わせが要点になった。

LLM X/Twitter Apr 3, 2026 1 min read

GitHubは2026年4月1日、Agentic Workflowsが isolation、constrained outputs、comprehensive logging を中核原則として設計されていると説明した。リンク先のGitHubブログは、GitHub Actions上で coding agent をより安全に動かすため、専用container、firewalled egress、safe outputs、trust boundary logging を採用していると述べている。