diff --git a/.github/workflows/gcr-cleaner.yml b/.github/workflows/gcr-cleaner.yml index 93db57a40..2d124fb14 100644 --- a/.github/workflows/gcr-cleaner.yml +++ b/.github/workflows/gcr-cleaner.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - id: "auth" name: "Authenticate to GCP" - uses: google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6 + uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7 with: workload_identity_provider: ${{env.GCP_WORKLOAD_IDENTITY_PROVIDER}} service_account: ${{env.GCP_SERVICE_ACCOUNT}} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ffba4c6f..7df59a8cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -401,7 +401,7 @@ jobs: if: ${{ github.event_name == 'push' }} - id: "auth" name: "Authenticate to GCP" - uses: google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6 + uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7 with: workload_identity_provider: ${{env.GCP_WORKLOAD_IDENTITY_PROVIDER}} service_account: ${{env.GCP_SERVICE_ACCOUNT}} @@ -529,7 +529,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - id: "auth" name: "Authenticate to GCP" - uses: google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6 + uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7 with: workload_identity_provider: ${{env.GCP_WORKLOAD_IDENTITY_PROVIDER}} service_account: ${{env.GCP_SERVICE_ACCOUNT}} @@ -566,7 +566,7 @@ jobs: - id: "auth" if: ${{ steps.get_run_numbers.outputs.result != '' }} name: "Authenticate to GCP" - uses: google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6 + uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7 with: workload_identity_provider: ${{env.GCP_WORKLOAD_IDENTITY_PROVIDER}} service_account: ${{env.GCP_SERVICE_ACCOUNT}} diff --git a/.github/workflows/remove_app_engine_versions.yml b/.github/workflows/remove_app_engine_versions.yml index ba5ce4441..d95914f70 100644 --- a/.github/workflows/remove_app_engine_versions.yml +++ b/.github/workflows/remove_app_engine_versions.yml @@ -33,7 +33,7 @@ jobs: - id: "auth" if: ${{ steps.get_run_numbers.outputs.result != '' }} name: "Authenticate to GCP" - uses: google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6 + uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7 with: workload_identity_provider: "projects/765091727073/locations/global/workloadIdentityPools/hato-atama-workload-identity/providers/github" service_account: "actions-deploy@hato-atama.iam.gserviceaccount.com"