Skip to content

Commit

Permalink
Release: v2.1.3 (#414)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
google-github-actions-bot committed May 14, 2024
1 parent e0122d6 commit 71fee32
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions dist/main/index.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/post/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 71fee32

Please sign in to comment.