@@ -46,14 +46,14 @@ jobs:
46
46
ref : ${{ github.event.pull_request.head.sha }}
47
47
repository : ${{ github.event.pull_request.head.repo.full_name }}
48
48
- name : Set up JDK
49
- uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6 .0
49
+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7 .0
50
50
with :
51
51
distribution : zulu
52
52
java-version : ${{matrix.java}}
53
53
- name : Authenticate to Google Cloud
54
54
# only needed for Flakybot on periodic (schedule) and continuous (push) events
55
55
if : ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
56
- uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
56
+ uses : google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
57
57
with :
58
58
workload_identity_provider : ${{ vars.PROVIDER_NAME }}
59
59
service_account : ${{ vars.SERVICE_ACCOUNT }}
@@ -90,14 +90,14 @@ jobs:
90
90
ref : ${{ github.event.pull_request.head.sha }}
91
91
repository : ${{ github.event.pull_request.head.repo.full_name }}
92
92
- name : Set up JDK
93
- uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6 .0
93
+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7 .0
94
94
with :
95
95
distribution : zulu
96
96
java-version : 8
97
97
- name : Authenticate to Google Cloud
98
98
# only needed for Flakybot on periodic (schedule) and continuous (push) events
99
99
if : ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
100
- uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
100
+ uses : google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
101
101
with :
102
102
workload_identity_provider : ${{ vars.PROVIDER_NAME }}
103
103
service_account : ${{ vars.SERVICE_ACCOUNT }}
@@ -129,7 +129,7 @@ jobs:
129
129
ref : ${{ github.event.pull_request.head.sha }}
130
130
repository : ${{ github.event.pull_request.head.repo.full_name }}
131
131
- name : Set up JDK
132
- uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6 .0
132
+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7 .0
133
133
with :
134
134
distribution : zulu
135
135
java-version : ${{matrix.java}}
@@ -147,7 +147,7 @@ jobs:
147
147
ref : ${{ github.event.pull_request.head.sha }}
148
148
repository : ${{ github.event.pull_request.head.repo.full_name }}
149
149
- name : Set up JDK
150
- uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6 .0
150
+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7 .0
151
151
with :
152
152
distribution : zulu
153
153
java-version : 11
@@ -167,7 +167,7 @@ jobs:
167
167
ref : ${{ github.event.pull_request.head.sha }}
168
168
repository : ${{ github.event.pull_request.head.repo.full_name }}
169
169
- name : Set up JDK
170
- uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6 .0
170
+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7 .0
171
171
with :
172
172
distribution : zulu
173
173
java-version : 8
@@ -203,15 +203,15 @@ jobs:
203
203
204
204
- id : " auth"
205
205
name : Authenticate to Google Cloud
206
- uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
206
+ uses : google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
207
207
with :
208
208
workload_identity_provider : ${{ vars.PROVIDER_NAME }}
209
209
service_account : ${{ vars.SERVICE_ACCOUNT }}
210
210
access_token_lifetime : 600s
211
211
212
212
- id : " secrets"
213
213
name : Get Secrets
214
- uses : google-github-actions/get-secretmanager-secrets@e5bb06c2ca53b244f978d33348d18317a7f263ce # v2.2.2
214
+ uses : google-github-actions/get-secretmanager-secrets@a8440875e1c2892062aef9061228d4f1af8f919b # v2.2.3
215
215
with :
216
216
secrets : |-
217
217
ALLOYDB_INSTANCE_NAME:${{ vars.GOOGLE_CLOUD_PROJECT }}/ALLOYDB_INSTANCE_URI
@@ -262,22 +262,22 @@ jobs:
262
262
repository : ${{ github.event.pull_request.head.repo.full_name }}
263
263
264
264
- name : Set up JDK
265
- uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6 .0
265
+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7 .0
266
266
with :
267
267
distribution : ' zulu'
268
268
java-version : 8
269
269
270
270
- id : ' auth'
271
271
name : Authenticate to Google Cloud
272
- uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
272
+ uses : google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
273
273
with :
274
274
workload_identity_provider : ${{ vars.PROVIDER_NAME }}
275
275
service_account : ${{ vars.SERVICE_ACCOUNT }}
276
276
access_token_lifetime : 600s
277
277
278
278
- name : Get Secrets
279
279
id : ' secrets'
280
- uses : google-github-actions/get-secretmanager-secrets@e5bb06c2ca53b244f978d33348d18317a7f263ce # v2.2.2
280
+ uses : google-github-actions/get-secretmanager-secrets@a8440875e1c2892062aef9061228d4f1af8f919b # v2.2.3
281
281
with :
282
282
secrets : |-
283
283
ALLOYDB_INSTANCE_NAME:${{ vars.GOOGLE_CLOUD_PROJECT }}/ALLOYDB_INSTANCE_URI
0 commit comments