Skip to content

Commit 71fee32

Browse files
Release: v2.1.3 (#414)
## What's Changed * Security considerations: ids are strings, not integers by @ewjoachim in #400 * security: bump undici from 5.28.3 to 5.28.4 by @dependabot in #405 * Fix typo by @sethvargo in #408 * Switch to using universe helpers by @sethvargo in #410 * Add request_reason for plumbing though user-supplied audit information by @sethvargo in #413 ## New Contributors * @ewjoachim made their first contribution in #400 **Full Changelog**: v2.1.2...e0122d6
1 parent e0122d6 commit 71fee32

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

dist/main/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/post/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-github-actions/auth",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "Authenticate to Google Cloud using OIDC tokens or JSON service account keys.",
55
"main": "dist/main/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)