Releases: peter-murray/workflow-application-token-action
Releases · peter-murray/workflow-application-token-action
v4.0.1
Updating dependencies to resolve security vulnerabilities
v4.0.0
What's Changed
-
Typescript by @peter-murray in #42
-
Change to TypeScript for the implementation
-
Test framework switched to
vitest -
Proxy implementation switched over to
undicifetch and proxy agent
Full Changelog: v3.0.1...v4.0.0
v3.0.1
- Switches back to the legacy Node.js
url.parse()for URL parsing as @vercel/ncc appears to be messing up the call and resulting in aTypeError: a is not a constructorerrors - Libraries incrementally updated
v3.0.0
What's Changed
- Updated libraries to latest version
- Introduced a new input parameter
revoke_tokenthat will utilize a post job step to revoke the token, defaults tofalseto prevserve backwards compatibility - Updated to Node.js 20 for the actions runtime
Full Changelog: v2.1.0...v3.0.0
v2.1.0
- Added support for
no_proxyas per #23 - Updated
@actions/coreto1.10.0to support setting of outputs from depreciation; https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
v2.0.0
- Updated to node 16 for actions runtime
- Updated @actions/core to 1.9.1
- Added http proxy support
v1.4.0
- Added support for input
github_api_base_urlto be able to inject the base URl for the GitHub API as an input parameter to the action
v1.0.3
- Updated dependencies
- On failure prints stack trace to provide further diagnostics
v1.3.0
- Added support for
permissionsto allow requester to lower the access permissions on the token from that of the GitHub Application, providing better security in cases where you do not need full access of the underlying GitHub Application. - Added License - MIT
- Added Security Policy
v1.1
Adds the ability to use organization installed GitHub Applications (above the existing repository installed ones).