Full release of actions/core 1.6.0 with oidc behavior (#919)

* OIDC Client for actions/core

Co-authored-by: Sourav Chanduka <[email protected]>
Co-authored-by: Sourav Chanduka <[email protected]>
Co-authored-by: Tingluo Huang <[email protected]>
This commit is contained in:
Thomas Boop
2021-09-28 12:55:21 -04:00
committed by GitHub
co-authored by Sourav Chanduka Sourav Chanduka Tingluo Huang
parent 60145e408c
commit 27f76dfe1a
8 changed files with 22247 additions and 29 deletions
+4
View File
@@ -1,5 +1,9 @@
# @actions/core Releases
### 1.6.0
- [Added OIDC Client function `getIDToken`](https://github.com/actions/toolkit/pull/919)
- [Added `file` parameter to `AnnotationProperties`](https://github.com/actions/toolkit/pull/896)
### 1.5.0
- [Added support for notice annotations and more annotation fields](https://github.com/actions/toolkit/pull/855)