feat: add dependency cooldown - #89
Merged
Merged
Conversation
|
|
||
| jobs: | ||
| audit: | ||
| uses: Quantus-Network/shared-workflows/.github/workflows/dependency-cooldown-audit.yml@v1 |
|
|
||
| jobs: | ||
| dependency-cooldown: | ||
| uses: Quantus-Network/shared-workflows/.github/workflows/dependency-cooldown.yml@v1 |
n13
approved these changes
Aug 28, 2026
n13
left a comment
Contributor
There was a problem hiding this comment.
Reviewer model: GPT Sol
APPROVE — the two callers match the shared v1 adoption templates, use least-privilege read permissions, and trigger on the events needed to re-evaluate emergency bypass metadata. No blocking findings.
Validation:
- Reviewed the complete
f885ad5...b79b94cdiff and the referenced shared workflow/action atv1(32aabd71). - The live
dependency-cooldown / Dependency cooldownjob passed on this head. - Ran the shared checker locally in PR mode:
Cargo.lockfound, 0 newly introduced versions, pass. - Ran audit mode over all 80 locked versions: pass, with the intended non-blocking warning for the existing 27-day-old
ar_archive_writer@0.5.3. - Both YAML files parse cleanly;
git diff --checkpasses; all current GitHub checks are green.
As noted in the PR description, the status check still needs to be made required in the repository ruleset before it becomes a merge gate; that administrative follow-up is outside this patch.
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.
Basically adding the dependency cooldown workflow. Enforcing in repo rules will be done later because doesn't have permission.