|
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@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10 |
| 58 | + uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 # v2.1.11 |
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@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10 |
| 102 | + uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 # v2.1.11 |
103 | 103 | with:
|
104 | 104 | workload_identity_provider: ${{ vars.PROVIDER_NAME }}
|
105 | 105 | service_account: ${{ vars.SERVICE_ACCOUNT }}
|
@@ -197,23 +197,23 @@ jobs:
|
197 | 197 | repository: ${{ github.event.pull_request.head.repo.full_name }}
|
198 | 198 |
|
199 | 199 | - name: Set up GraalVM
|
200 |
| - uses: graalvm/setup-graalvm@e1df20a713a4cc6ab5b0eb03f0e0dcdc0199b805 # v1.3.4 |
| 200 | + uses: graalvm/setup-graalvm@7f488cf82a3629ee755e4e97342c01d6bed318fa # v1.3.5 |
201 | 201 | with:
|
202 | 202 | java-version: "21"
|
203 | 203 | distribution: "graalvm-community"
|
204 | 204 | github-token: ${{ secrets.GITHUB_TOKEN }}
|
205 | 205 |
|
206 | 206 | - id: "auth"
|
207 | 207 | name: Authenticate to Google Cloud
|
208 |
| - uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10 |
| 208 | + uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 # v2.1.11 |
209 | 209 | with:
|
210 | 210 | workload_identity_provider: ${{ vars.PROVIDER_NAME }}
|
211 | 211 | service_account: ${{ vars.SERVICE_ACCOUNT }}
|
212 | 212 | access_token_lifetime: 600s
|
213 | 213 |
|
214 | 214 | - id: "secrets"
|
215 | 215 | name: Get Secrets
|
216 |
| - uses: google-github-actions/get-secretmanager-secrets@a8440875e1c2892062aef9061228d4f1af8f919b # v2.2.3 |
| 216 | + uses: google-github-actions/get-secretmanager-secrets@50ec04d56ddf2740b0bde82926cc742f90e06d2b # v2.2.4 |
217 | 217 | with:
|
218 | 218 | secrets: |-
|
219 | 219 | ALLOYDB_INSTANCE_NAME:${{ vars.GOOGLE_CLOUD_PROJECT }}/ALLOYDB_INSTANCE_URI
|
@@ -271,15 +271,15 @@ jobs:
|
271 | 271 |
|
272 | 272 | - id: 'auth'
|
273 | 273 | name: Authenticate to Google Cloud
|
274 |
| - uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10 |
| 274 | + uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 # v2.1.11 |
275 | 275 | with:
|
276 | 276 | workload_identity_provider: ${{ vars.PROVIDER_NAME }}
|
277 | 277 | service_account: ${{ vars.SERVICE_ACCOUNT }}
|
278 | 278 | access_token_lifetime: 600s
|
279 | 279 |
|
280 | 280 | - name: Get Secrets
|
281 | 281 | id: 'secrets'
|
282 |
| - uses: google-github-actions/get-secretmanager-secrets@a8440875e1c2892062aef9061228d4f1af8f919b # v2.2.3 |
| 282 | + uses: google-github-actions/get-secretmanager-secrets@50ec04d56ddf2740b0bde82926cc742f90e06d2b # v2.2.4 |
283 | 283 | with:
|
284 | 284 | secrets: |-
|
285 | 285 | ALLOYDB_INSTANCE_NAME:${{ vars.GOOGLE_CLOUD_PROJECT }}/ALLOYDB_INSTANCE_URI
|
|
0 commit comments