|
55 | 55 | - name: Authenticate to Google Cloud
|
56 | 56 | # only needed for Flakybot on periodic (schedule) and continuous (push) events
|
57 | 57 | if: ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
|
58 |
| - uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8 |
| 58 | + uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10 |
59 | 59 | with:
|
60 | 60 | workload_identity_provider: ${{ vars.PROVIDER_NAME }}
|
61 | 61 | service_account: ${{ vars.SERVICE_ACCOUNT }}
|
|
99 | 99 | - name: Authenticate to Google Cloud
|
100 | 100 | # only needed for Flakybot on periodic (schedule) and continuous (push) events
|
101 | 101 | if: ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
|
102 |
| - uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8 |
| 102 | + uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10 |
103 | 103 | with:
|
104 | 104 | workload_identity_provider: ${{ vars.PROVIDER_NAME }}
|
105 | 105 | service_account: ${{ vars.SERVICE_ACCOUNT }}
|
@@ -205,7 +205,7 @@ jobs:
|
205 | 205 |
|
206 | 206 | - id: "auth"
|
207 | 207 | name: Authenticate to Google Cloud
|
208 |
| - uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8 |
| 208 | + uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10 |
209 | 209 | with:
|
210 | 210 | workload_identity_provider: ${{ vars.PROVIDER_NAME }}
|
211 | 211 | service_account: ${{ vars.SERVICE_ACCOUNT }}
|
@@ -271,7 +271,7 @@ jobs:
|
271 | 271 |
|
272 | 272 | - id: 'auth'
|
273 | 273 | name: Authenticate to Google Cloud
|
274 |
| - uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8 |
| 274 | + uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10 |
275 | 275 | with:
|
276 | 276 | workload_identity_provider: ${{ vars.PROVIDER_NAME }}
|
277 | 277 | service_account: ${{ vars.SERVICE_ACCOUNT }}
|
|
0 commit comments