Release: v2.1.3 (#414)
## What's Changed * Security considerations: ids are strings, not integers by @ewjoachim in https://github.com/google-github-actions/auth/pull/400 * security: bump undici from 5.28.3 to 5.28.4 by @dependabot in https://github.com/google-github-actions/auth/pull/405 * Fix typo by @sethvargo in https://github.com/google-github-actions/auth/pull/408 * Switch to using universe helpers by @sethvargo in https://github.com/google-github-actions/auth/pull/410 * Add request_reason for plumbing though user-supplied audit information by @sethvargo in https://github.com/google-github-actions/auth/pull/413 ## New Contributors * @ewjoachim made their first contribution in https://github.com/google-github-actions/auth/pull/400 **Full Changelog**: https://github.com/google-github-actions/auth/compare/v2.1.2...e0122d6a976dd6794fe6e866adfcb3c11f828b36
This commit is contained in:
parent
e0122d6a97
commit
71fee32a0b
6
dist/main/index.js
vendored
6
dist/main/index.js
vendored
File diff suppressed because one or more lines are too long
6
dist/post/index.js
vendored
6
dist/post/index.js
vendored
File diff suppressed because one or more lines are too long
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@google-github-actions/auth",
|
||||
"version": "2.1.2",
|
||||
"version": "2.1.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@google-github-actions/auth",
|
||||
"version": "2.1.2",
|
||||
"version": "2.1.3",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@google-github-actions/auth",
|
||||
"version": "2.1.2",
|
||||
"version": "2.1.3",
|
||||
"description": "Authenticate to Google Cloud using OIDC tokens or JSON service account keys.",
|
||||
"main": "dist/main/index.js",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user