Skip to content

Commit

Permalink
HTTP Client 2.2.3 Release (actions#1804)
Browse files Browse the repository at this point in the history
* http-client 2.2.3

* fix audit

* Revert "fix audit"

724956f

* update versions

* Revert "update versions"

139b339

* exclude dev dependencies while we work on removing lerna
  • Loading branch information
thboop authored Aug 22, 2024
1 parent 7298ff3 commit d1aa255
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: npm run bootstrap

- name: audit tools (without allow-list)
run: npm audit --audit-level=moderate
run: npm audit --audit-level=moderate --omit dev

- name: audit packages
run: npm run audit-all
3 changes: 3 additions & 0 deletions packages/http-client/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Releases

## 2.2.3
- Fixed an issue where proxy username and password were not handled correctly [#1799](https://github.com/actions/toolkit/pull/1799)

## 2.2.2
- Better handling of url encoded usernames and passwords in proxy config [#1782](https://github.com/actions/toolkit/pull/1782)

Expand Down
2 changes: 1 addition & 1 deletion packages/http-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/http-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions/http-client",
"version": "2.2.2",
"version": "2.2.3",
"description": "Actions Http Client",
"keywords": [
"github",
Expand Down

0 comments on commit d1aa255

Please sign in to comment.