We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76030f commit 5a59a82Copy full SHA for 5a59a82
2 files changed
.github/workflows/build-test.yml
@@ -53,12 +53,11 @@ jobs:
53
golang.org:443
54
proxy.golang.org:443
55
sum.golang.org:443
56
- objects.githubusercontent.com:443
+ *.githubusercontent.com:443
57
storage.googleapis.com:443
58
cli.codecov.io:443
59
api.codecov.io:443
60
ingest.codecov.io:443
61
- raw.githubusercontent.com:443
62
get.helm.sh:443
63
golangci-lint.run:443
64
.github/workflows/ci.yml
@@ -55,12 +55,11 @@ jobs:
65
- uses: actions/checkout@v4.2.2
66
with:
0 commit comments