Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google-github-actions/auth Loading
base: v2.1.2
Choose a base ref
...
head repository: google-github-actions/auth Loading
compare: v2.1.3
Choose a head ref
  • 6 commits
  • 12 files changed
  • 4 contributors

Commits on Mar 12, 2024

  1. Security considerations: ids are strings, not integers (#400)

    Fix doc regarding using assertion on IDs rather than names. They refer
    to IDs as integers, where those are actually strings, so we need to
    quote them.
    
    I lost too many hours on this to let anyone else experience the same
    issue :D
    
    Signed-off-by: Joachim Jablon <[email protected]>
    ewjoachim committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    33e827c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. security: bump undici from 5.28.3 to 5.28.4 (#405)

    Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/nodejs/undici/releases">undici's
    releases</a>.</em></p>
    <blockquote>
    <h2>v5.28.4</h2>
    <h2>:warning: Security Release :warning:</h2>
    <ul>
    <li>Fixes <a
    href="https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7">https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7</a>
    CVE-2024-30260</li>
    <li>Fixes <a
    href="https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672">https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672</a>
    CVE-2024-30261</li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4">https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/nodejs/undici/commit/fb983069071f52e0a7ea0e71078459c765aae172"><code>fb98306</code></a>
    Bumped v5.28.4</li>
    <li><a
    href="https://github.com/nodejs/undici/commit/2b39440bd9ded841c93dd72138f3b1763ae26055"><code>2b39440</code></a>
    Merge pull request from GHSA-9qxr-qj54-h672</li>
    <li><a
    href="https://github.com/nodejs/undici/commit/64e3402da4e032e68de46acb52800c9a06aaea3f"><code>64e3402</code></a>
    Merge pull request from GHSA-m4v8-wqvr-p9f7</li>
    <li><a
    href="https://github.com/nodejs/undici/commit/723c4e728051aefd5eb5ae7193dfb18046009f83"><code>723c4e7</code></a>
    Revert &quot;build(deps-dev): bump formdata-node from 4.4.1 to 6.0.3 (<a
    href="https://redirect.github.com/nodejs/undici/issues/2389">#2389</a>)&quot;</li>
    <li><a
    href="https://github.com/nodejs/undici/commit/0e9d54b2c2a5ec0b58937114c857a9ed9fe22d5b"><code>0e9d54b</code></a>
    skip failing test due to Node.js changes</li>
    <li>See full diff in <a
    href="https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=undici&package-manager=npm_and_yarn&previous-version=5.28.3&new-version=5.28.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    You can trigger a rebase of this PR by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/google-github-actions/auth/network/alerts).
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d176447 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Fix typo (#408)

    Fixes #407
    sethvargo committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8d44d59 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    34baaec View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    e0122d6 View commit details
    Browse the repository at this point in the history
  2. 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
    google-github-actions-bot committed May 14, 2024
    Configuration menu
    Copy the full SHA
    71fee32 View commit details
    Browse the repository at this point in the history
Loading