Skip to content

Commit 75ac554

Browse files
authoredJul 4, 2023
Merge pull request #314 from step-security/codecov-allow-domain
Allow endpoint for codecov
2 parents 1d7cff8 + df76f09 commit 75ac554

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
disable-sudo: true
2222
egress-policy: block
2323
allowed-endpoints: >
24+
api.github.com:443
2425
codecov.io:443
2526
github.com:443
2627
registry.npmjs.org:443
@@ -33,4 +34,4 @@ jobs:
3334
run: npm ci
3435
- name: Run coverage
3536
run: npm test -- --coverage
36-
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
37+
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4

0 commit comments

Comments
 (0)
Please sign in to comment.