From cc9d68da948250f766bc67246a7c89ad920375a5 Mon Sep 17 00:00:00 2001 From: n4n5 Date: Sat, 28 Mar 2026 16:43:22 -0600 Subject: [PATCH] fix: try adding the website to harden runnner --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 78e654845..f800c5230 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,6 +37,7 @@ jobs: allowed-endpoints: > github.com:443 index.crates.io:443 + api.deps.dev:443 static.crates.io:443 static.rust-lang.org:443 - name: 'Checkout Repository'