Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
cli.codecov.io:443
api.codecov.io:443
ingest.codecov.io:443
dl.k8s.io:443

- uses: actions/checkout@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
charts.jetstack.io:443
helm.cilium.io:443
linode.github.io:443
dl.k8s.io:443

- uses: actions/checkout@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-upgrade-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
charts.jetstack.io:443
helm.cilium.io:443
linode.github.io:443
dl.k8s.io:443

- uses: actions/checkout@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/go-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
vuln.go.dev:443
storage.googleapis.com:443
golangci-lint.run:443
dl.k8s.io:443

- uses: actions/checkout@v4

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_request_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
cli.codecov.io:443
api.codecov.io:443
ingest.codecov.io:443
dl.k8s.io:443

- uses: actions/checkout@v4

Expand Down
Loading