github-build
github-build copied to clipboard
Github builds for CI
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.3 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
I'm trying to use https://github.com/siddharthkp/bundlesize which depends on this library in Github Enterprise. Looking at the code ```js url: `https://api.github.com/repos/${build.repo}/statuses/${build.sha}`, ``` Should be(in my case): ```js url: `https://github.ibm.com/api/v3/repos/${build.repo}/statuses/${build.sha}`, ``` You...
This PR fixes https://github.com/siddharthkp/github-build/issues/3 and also https://github.com/siddharthkp/bundlesize/issues/95. I have tested it on my Github enterprise account. Once we release this, I'll update `github-build` version on `bundlesize`
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
Security Alert: [Server-Side Request Forgery in axios · CVE-2024-39338 · GitHub Advisory Database](https://github.com/advisories/GHSA-8hc4-vh64-cxmj) https://github.com/siddharthkp/github-build/blob/723b1cce3feff4bdded018c5dd604a0e02b9c420/package.json#L23 I suggest bumping the version but, perhaps more importantly, placing a `^` on the version so...