chore(guard): sync vendored public-repo-guard to canonical - #28
wave-av-release-bot[bot] wants to merge 1 commit into
Conversation
|
PR author is in the excluded authors list. |
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 | ||
| - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
There was a problem hiding this comment.
🔍 Checkout action version now inconsistent across workflows
This workflow is pinned to checkout v7.0.0 while .github/workflows/lint.yml:16 uses v6.0.3 and .github/workflows/_checks.yml uses v4.3.1 in three places. Not a functional bug, but the other workflows retain the default persist-credentials: true and are drifting; consider aligning pins and applying the same hardening repo-wide.
Was this helpful? React with 👍 or 👎 to provide feedback.
ApprovabilityVerdict: Needs human review Unable to check for correctness in 7d41487. This CI workflow update (actions/checkout version bump and persist-credentials security improvement) is low-risk, but the file is owned by wave-av/core-team and the bot author is not a designated owner. Human review from the code owners is warranted. You can customize Macroscope's approvability policy. Learn more. |
Syncs the vendored
public-repo-guardtrio to the canonical source inwave-foundation/scaffolder/public-repo-guard.internal-ipleak rule (Tailscale-CGNAT100.64.0.0/10), lockstep with the pre-publish mirror gateEach changed file is byte-for-byte identical to canonical (verified by git blob SHA). The repo's own
Secrets + content policygate re-scans this PR.🤖 Generated with Claude Code
Summary by cubic
Syncs the vendored
public-repo-guardwith the canonical source and hardens the CI scan by updatingactions/checkoutand dropping persisted credentials.New Features
internal-ipleak rule for Tailscale CGNAT100.64.0.0/10.Dependencies
actions/checkoutto v7 and setpersist-credentials: falseto avoid exposing the job token during scanning.Written for commit 7d41487. Summary will update on new commits.