From 5c15110981ea1661b34120c028311be30ffe808e Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 5 Sep 2025 09:41:11 -0700 Subject: [PATCH] [actions] add new github asset domain to harden-runner --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7c3b7f..d855952 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,7 @@ jobs: api.github.com:443 objects.githubusercontent.com:443 raw.githubusercontent.com:443 + release-assets.githubusercontent.com:443 registry.npmjs.org:443 - uses: actions/checkout@v4 with: