chore(deps): update project dependencies - #1026
Open
cpcloud wants to merge 3 commits into
Open
Conversation
Consolidate the stale per-module updates into one dependency set so Go modules, Nix vendoring, and pinned CI actions move together. Keep Harden Runner at v2.20.0 because v2.20.1 implicitly permits single-label endpoints in block mode and exposes no compatibility input. Update Biome's rules configuration to the current preset schema so the updated toolchain remains warning-free.
The updated nixpkgs input builds prek's Rust vendor tree during the pre-commit job. Harden Runner correctly blocked static.crates.io because that required source was absent from the job-specific allowlist. Allow only the crates download endpoint for the pre-commit job while retaining block mode and the existing endpoint restrictions.
Homebrew redirects public bottle downloads from ghcr.io to GitHub's package-content host. Harden Runner blocked that unlisted endpoint, causing the macOS extraction-tool install to exhaust its retries before the build could start. Allow only the documented HTTPS package-content endpoint in the build/test job so block-mode egress remains otherwise unchanged.
This was referenced Aug 8, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Why
The separate dependency PRs stopped receiving Renovate updates after the vendor-hash workflow edited their branches. Updating the graph as one unit avoids combining individually stale lockfile states and lets API, lint, packaging, platform, and vulnerability compatibility be checked together.
Review notes
cache-key; each workflow uses the Dockerfile it builds.static.crates.io:443.pkg-containers.githubusercontent.com:443.Supersedes #1021, #1018, #1009, #1004, and #1000.