Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 2e09e44

Browse files
committed
chore(deps): update google-github-actions/auth action to v0.7.1
1 parent 493e38a commit 2e09e44

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/container-oidc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Authenticate to GCP
9696
id: auth
97-
uses: google-github-actions/auth@v0.4.4
97+
uses: google-github-actions/auth@v0.7.1
9898
with:
9999
token_format: access_token
100100
workload_identity_provider: ${{ secrets.wip }}
@@ -157,7 +157,7 @@ jobs:
157157

158158
- name: Authenticate to GCP
159159
id: auth
160-
uses: google-github-actions/auth@v0.4.4
160+
uses: google-github-actions/auth@v0.7.1
161161
with:
162162
token_format: access_token
163163
workload_identity_provider: ${{ secrets.wip }}
@@ -186,7 +186,7 @@ jobs:
186186

187187
- name: Authenticate to GCP
188188
id: auth
189-
uses: google-github-actions/auth@v0.4.4
189+
uses: google-github-actions/auth@v0.7.1
190190
with:
191191
token_format: access_token
192192
workload_identity_provider: ${{ secrets.wip }}

.github/workflows/terraform-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: Authenticate to GCP
103103
id: auth
104-
uses: google-github-actions/auth@v0.4.4
104+
uses: google-github-actions/auth@v0.7.1
105105
with:
106106
token_format: access_token
107107
workload_identity_provider: ${{ secrets.wip }}
@@ -177,7 +177,7 @@ jobs:
177177

178178
- name: Authenticate to GCP
179179
id: auth
180-
uses: google-github-actions/auth@v0.4.4
180+
uses: google-github-actions/auth@v0.7.1
181181
with:
182182
token_format: access_token
183183
workload_identity_provider: ${{ secrets.wip }}

0 commit comments

Comments
 (0)