chore: Fix CI failures from upstream-inherited workflow#2
Merged
Conversation
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.
Summary
Three CI checks were failing on
mainafter the test-coverage merge. Each is fixed here.imports_granularity = "Crate", trailing commas in match arms) tomailbox/src/{server,state,postgres_store}.rsandtransit/src/{main,server}.rs.rand0.8.5 → 0.8.6 (fixes RUSTSEC ThreadRng UB advisory) and ignored threerustls-webpki0.101.7 advisories with a documented reason. The webpki chain comes fromasync-tungstenite -> async-tls -> rustls 0.21and is not reachable from our code paths (servers terminate TLS at a reverse proxy; client TLS is opt-in via thetls/native-tlsfeatures). Will resolve naturally when async-tungstenite upgrades.cargo-semver-checkswas comparing ourblackhole0.8.0 library against an unrelatedblackhole0.8.0 squatter on crates.io (the failures citeBlackholestruct,get_online_processorsmacro, etc. — none of which exist in our codebase). We don't publish to crates.io asblackhole, so the check has no value.Test plan
cargo build --workspace— greencargo test -p blackhole-mailbox -p blackhole-transit— 32 + 7 tests, all greenNotes
deny.tomlso future readers understand why each is suppressedapp-tokenstep until the GitHub App is provisioned (deferred setup, tracked in CLAUDE.md)