Skip to content

Commit c16abc2

Browse files
chore(release): 4.1.1 (#1344)
1 parent 3e33441 commit c16abc2

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

dist/index.js

+3
Original file line numberDiff line numberDiff line change
@@ -21064,6 +21064,9 @@ function httpRedirectFetch (fetchParams, response) {
2106421064
// https://fetch.spec.whatwg.org/#cors-non-wildcard-request-header-name
2106521065
request.headersList.delete('authorization')
2106621066

21067+
// https://fetch.spec.whatwg.org/#authentication-entries
21068+
request.headersList.delete('proxy-authorization', true)
21069+
2106721070
// "Cookie" and "Host" are forbidden request-headers, which undici doesn't implement.
2106821071
request.headersList.delete('cookie')
2106921072
request.headersList.delete('host')

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codecov-action",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Upload coverage reports to Codecov from GitHub Actions",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)