From 72041b58ce79457cbf70ffa9c08a58da5f271a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 05:48:05 -0700 Subject: [PATCH] Bump google-github-actions/auth from 1.1.0 to 1.1.1 (#102) Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/e8df18b60c5dd38ba618c121b779307266153fbf...35b0e87d162680511bf346c299f71c9c5c379033) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yaml | 2 +- .github/workflows/sign.yaml | 2 +- .github/workflows/slsa.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9558fd87..b8cfde27 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -67,7 +67,7 @@ jobs: - id: auth name: Auth GCP - uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf # v1.1.0 + uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1 with: token_format: "access_token" workload_identity_provider: ${{ inputs.auth_provider }} diff --git a/.github/workflows/sign.yaml b/.github/workflows/sign.yaml index 1c7dd9eb..15a5068d 100644 --- a/.github/workflows/sign.yaml +++ b/.github/workflows/sign.yaml @@ -34,7 +34,7 @@ jobs: - id: auth name: Auth GCP - uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf # v1.1.0 + uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1 with: token_format: "access_token" workload_identity_provider: ${{ inputs.auth_provider }} diff --git a/.github/workflows/slsa.yaml b/.github/workflows/slsa.yaml index 7708dd47..7a0cf8bc 100644 --- a/.github/workflows/slsa.yaml +++ b/.github/workflows/slsa.yaml @@ -68,7 +68,7 @@ jobs: - id: auth name: Auth GCP - uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf # v1.1.0 + uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1 with: token_format: "access_token" workload_identity_provider: ${{ inputs.auth_provider }}