Skip to content

Commit 5a59a82

Browse files
authored
allow all githubusercontent.com urls (#416)
1 parent b76030f commit 5a59a82

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,11 @@ jobs:
5353
golang.org:443
5454
proxy.golang.org:443
5555
sum.golang.org:443
56-
objects.githubusercontent.com:443
56+
*.githubusercontent.com:443
5757
storage.googleapis.com:443
5858
cli.codecov.io:443
5959
api.codecov.io:443
6060
ingest.codecov.io:443
61-
raw.githubusercontent.com:443
6261
get.helm.sh:443
6362
golangci-lint.run:443
6463

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,11 @@ jobs:
5555
golang.org:443
5656
proxy.golang.org:443
5757
sum.golang.org:443
58-
objects.githubusercontent.com:443
58+
*.githubusercontent.com:443
5959
storage.googleapis.com:443
6060
cli.codecov.io:443
6161
api.codecov.io:443
6262
ingest.codecov.io:443
63-
raw.githubusercontent.com:443
6463
6564
- uses: actions/[email protected]
6665
with:

0 commit comments

Comments
 (0)