The Review dependency changes job (security-dependency-review.yml) fails its actions/checkout on every PR:
fatal: unable to access 'https://github.com/BenJule/BambuStudio/': Failed to connect to github.com port 443
Cause: Harden-Runner egress-policy: block only allows api.github.com:443, but checkout's git-fetch needs github.com:443. Seen on #476 and #480 (non-blocking, not a required check). Fix: add github.com:443 to allowed-endpoints.
The
Review dependency changesjob (security-dependency-review.yml) fails itsactions/checkouton every PR:Cause: Harden-Runner
egress-policy: blockonly allowsapi.github.com:443, but checkout's git-fetch needsgithub.com:443. Seen on #476 and #480 (non-blocking, not a required check). Fix: addgithub.com:443to allowed-endpoints.