Skip to content

Commit 9fa10ef

Browse files
whitelist dl.k8s.io in GHA (#893)
1 parent 5bbc997 commit 9fa10ef

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.github/workflows/build_test_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
cli.codecov.io:443
6262
api.codecov.io:443
6363
ingest.codecov.io:443
64+
dl.k8s.io:443
6465
6566
- uses: actions/checkout@v4
6667
with:

.github/workflows/e2e-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
charts.jetstack.io:443
114114
helm.cilium.io:443
115115
linode.github.io:443
116+
dl.k8s.io:443
116117
117118
- uses: actions/checkout@v4
118119
with:

.github/workflows/e2e-upgrade-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
charts.jetstack.io:443
7777
helm.cilium.io:443
7878
linode.github.io:443
79+
dl.k8s.io:443
7980
8081
- uses: actions/checkout@v4
8182
with:

.github/workflows/go-analyze.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
vuln.go.dev:443
5757
storage.googleapis.com:443
5858
golangci-lint.run:443
59+
dl.k8s.io:443
5960
6061
- uses: actions/checkout@v4
6162

.github/workflows/pull_request_ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
cli.codecov.io:443
6565
api.codecov.io:443
6666
ingest.codecov.io:443
67+
dl.k8s.io:443
6768
6869
- uses: actions/checkout@v4
6970

0 commit comments

Comments
 (0)