Uh oh!
There was an error while loading. Please reload this page.
sec(ci)+fix(reconcile): SHA-pin pii-gate selftest + North Stars shield skips CLOSED issues (.github#166) - #167
Merged
Conversation
…end#1491, D10) The new selftest workflow used floating @v4/@v5 while every other workflow here pins to a 40-char SHA; this repo runs no code-quality caller to catch the drift.
…bot .github#166) The shield filtered on status+type but not issue state, so closed North Stars issues got a sticky keep-open the classify step may then terminalize.
saadqbal
approved these changes
Aug 6, 2026
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Two Bugbot findings from the develop→staging hop (.github mirror #166):
Medium —
public-pii-gate-selftest.ymlused floatingactions/checkout@v4/actions/setup-python@v5while every other workflow SHA-pins (backend#1491 D10), and this repo runs no code-quality caller to catch it. Pinned to the same SHAs used repo-wide.Low — the North Stars
keep-openshield (kanban-reconcile.yml) filtered on status + type but not issue state, so CLOSED North Stars issues also gotkeep-open— an unnecessary, sticky, human-removal-only label the same run's classify step may terminalize. Now skipsstate == CLOSED.Found 2026-08-06 staging hop.
Note
Low Risk
Workflow-only changes: action pinning and a narrower label condition with no auth or application runtime impact.
Overview
CI supply-chain:
public-pii-gate-selftest.ymlnow pinsactions/checkoutandactions/setup-pythonto the same commit SHAs used elsewhere in the repo, replacing floating@v4/@v5tags.Kanban reconcile: The North Stars stale-sweep shield only ensures
keep-openon open issues in that column. Closed North Stars issues are skipped so the job does not add a sticky label that classify may terminalize in the same run (.github#166).Reviewed by Cursor Bugbot for commit f1306b6. Bugbot is set up for automated code reviews on this repo. Configure here.