➔ mangos CI Keeps GitHub Actions Go Setup Current
mangos is a pure Go implementation of the SP messaging protocols used by nanomsg style systems. This week is small but useful: the project moved its Go setup step to actions/setup-go@v7 across the main CI workflows, which keeps Linux, macOS, Windows, and coverage checks on the same current GitHub Actions base.
➔ Nokogiri CI Pins Keep Dependabot and Zizmor Aligned
Nokogiri is a Ruby HTML and XML parser with native extension build paths, so its CI is part of the product surface. This recent activity was not about a parser API; it was about updating pinned GitHub Actions while keeping Dependabot comment parsing compatible, with actions/cache, actionlint, and zizmor at the center.
➔ Bazel CI and Dependabot Sync in kubernetes-client/java This Week
The kubernetes-client/java repo had a busy seven days, with 24 commits and 28 files touched. Almost all of it is build and CI infrastructure: a new auto sync workflow that keeps MODULE.bazel aligned when Dependabot bumps pom.xml, a cross OS Bazel repository cache, and a stack of small fixes to make the Bazel pipeline behave the same on Linux, macOS, and Windows. If you ship the Java client into production or maintain a fork, this is the kind of week that quietly removes a class of merge headaches.