Conversation
Collaborator
Author
Collaborator
Author
Collaborator
Author
The ruff job installed the latest release on every run, so a new ruff version silently turned formatting drift into a red build. Pin ruff to 0.16.1 in both the workflow and pyproject so local and CI agree. The Trivy job resolved the newest release through the GitHub API and built a download URL from the tag. When the API returned an empty tag the URL became invalid and the job failed for reasons unrelated to the scan. Use the official trivy-action pinned to a commit with an explicit Trivy version instead.
The restart regression starts and kills its own PCSM process and talks to hardcoded ReplicaSet URIs. The sharded job runs bare pytest with TEST_PCSM_BIN set, so it collected the test, pointed it at a suite-owned server that was already finalized, and failed on every sharded matrix entry. Mark the test self_managed_pcsm and skip that marker whenever the suite owns the PCSM process. Give the ReplicaSet job a dedicated step without TEST_PCSM_BIN so the test runs where its URIs exist.
The Trivy scan reports CVE-2026-56852 against golang.org/x/text v0.38.0, where norm.Iter can enter an infinite loop on some input. The dependency is indirect and v0.39.0 carries the fix.
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.
No description provided.