diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 7534cb5ed8a..25edbd76965 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -47,7 +47,7 @@ jobs: run: mkdir -p "${{ github.workspace }}/.git/info" && touch "${{ github.workspace }}/.git/info/exclude" - name: Authenticate to Google Cloud - uses: step-security/google-github-auth@190f7ef9b7a34cc0dfd0c11f0e327365f70071d6 # v2.1.12 + uses: step-security/google-github-auth@f0e5c257a9534a30b5df12f43329c1eb7b85a5be # v3.0.0 with: service_account: "mirrornode-gh-actions-sa@mirrornode.iam.gserviceaccount.com" workload_identity_provider: "projects/521285740332/locations/global/workloadIdentityPools/mirrornode-gh-actions/providers/mirrornode-gh-actions" diff --git a/.github/workflows/release-integration.yml b/.github/workflows/release-integration.yml index c8410b2bae1..58d7eed7f7e 100644 --- a/.github/workflows/release-integration.yml +++ b/.github/workflows/release-integration.yml @@ -66,7 +66,7 @@ jobs: uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v4 - name: Authenticate to Google Cloud - uses: step-security/google-github-auth@190f7ef9b7a34cc0dfd0c11f0e327365f70071d6 # v2.1.12 + uses: step-security/google-github-auth@f0e5c257a9534a30b5df12f43329c1eb7b85a5be # v3.0.0 with: service_account: "mirrornode-gh-actions-sa@mirrornode.iam.gserviceaccount.com" workload_identity_provider: "projects/521285740332/locations/global/workloadIdentityPools/mirrornode-gh-actions/providers/mirrornode-gh-actions" diff --git a/.github/workflows/release-production.yml b/.github/workflows/release-production.yml index 16d594c5ac9..16b522f8087 100644 --- a/.github/workflows/release-production.yml +++ b/.github/workflows/release-production.yml @@ -67,7 +67,7 @@ jobs: uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v4 - name: Authenticate to Google Cloud - uses: step-security/google-github-auth@190f7ef9b7a34cc0dfd0c11f0e327365f70071d6 # v2.1.12 + uses: step-security/google-github-auth@f0e5c257a9534a30b5df12f43329c1eb7b85a5be # v3.0.0 with: service_account: "mirrornode-gh-actions-sa@mirrornode.iam.gserviceaccount.com" workload_identity_provider: "projects/521285740332/locations/global/workloadIdentityPools/mirrornode-gh-actions/providers/mirrornode-gh-actions" @@ -153,7 +153,7 @@ jobs: - name: Authenticate to Google Cloud id: google-auth - uses: step-security/google-github-auth@190f7ef9b7a34cc0dfd0c11f0e327365f70071d6 # v2.1.12 + uses: step-security/google-github-auth@f0e5c257a9534a30b5df12f43329c1eb7b85a5be # v3.0.0 with: workload_identity_provider: "projects/798248771094/locations/global/workloadIdentityPools/default-pool/providers/gh-provider" service_account: "container-publisher@mirror-node-public.iam.gserviceaccount.com"