Add ziglang.org to build.yml harden-runner allowlist - #1397
Conversation
The Windows build job runs `choco install zig` but its harden-runner allowed-endpoints list was missing ziglang.org, which the choco package downloads from. run.yml already allows it for the same step.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. WalkthroughThe build workflow now permits the build job to access ChangesBuild workflow egress
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This change only permits the Windows build to reach ziglang.org for the existing Zig installation step; no actionable merge-blocking risk remains. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The Windows build job runs
choco install zigbut its harden-runnerallowed-endpoints list was missing ziglang.org, which the choco
package downloads from. run.yml already allows it for the same step.
Summary by CodeRabbit