fix: bump suite to reusable-security-suite@v1.22.0 (activate warn-only pinact + config fallback) - #79
Merged
Merged
Conversation
The thin caller still pinned @v1.20.0 (pre-PR-Y), so the ruleset was running the old suite: pinact@v1.18.0, gating, no centralized-config fallback. #75 (central config) and #76 (warn-only pinact) were therefore inert. Bump to @v1.22.0 so the ruleset actually runs pinact with fail-on-findings: false + the .pinact.yml fallback.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR updates a single line in a GitHub Actions workflow file, bumping the pinned commit reference for the reusable security suite workflow from v1.20.0 to v1.22.0. ChangesReusable Workflow Version Bump
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Contributor
Secret Leak CheckOK No secrets detected in this PR's diff. |
Contributor
🛡️ Security suite
Warning Warnings only. These do not block the PR, but please review them. Updated for |
dkastl
marked this pull request as ready for review
July 1, 2026 05:09
This was referenced Jul 1, 2026
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
Bumps the
security-suite.ymlthin caller fromreusable-security-suite@v1.20.0to@v1.22.0.Why (latent bug)
The ruleset (
security-suite.yml@v1) was running a stale chain:So #75 (centralized
.pinact.ymlfallback) and #76 (warn-only pinact) were inert — the ruleset kept running the old gating pinact with no fallback. This bump repoints to@v1.22.0, which resolves toreusable-pinact-check@v1.21.0withfail-on-findings: false, so the suite finally runs pinact warn-only + centralized-config.Note: internal pin maintenance
This is an internal same-repo reusable pin. Dependabot's github-actions ecosystem generally does not bump same-repo reusable-workflow refs, which is why it went stale. Options to avoid recurrence: keep bumping it manually when
reusable-security-suitechanges, or track it another way. Flagging for awareness.Part of geolonia-operations#196.
Validation
actionlintclean; confirmed the resolved chain reachespinact@v1.21.0+fail-on-findings: false..github(first live exercise of warn-only pinact + fallback).Summary by CodeRabbit