43
43
java : [8, 11, 17, 21]
44
44
steps :
45
45
- name : Checkout code
46
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
47
47
with :
48
48
ref : ${{ github.event.pull_request.head.sha }}
49
49
repository : ${{ github.event.pull_request.head.repo.full_name }}
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@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
59
59
with :
60
60
workload_identity_provider : ${{ vars.PROVIDER_NAME }}
61
61
service_account : ${{ vars.SERVICE_ACCOUNT }}
87
87
- name : Support longpaths
88
88
run : git config --system core.longpaths true
89
89
- name : Checkout code
90
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
90
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
91
91
with :
92
92
ref : ${{ github.event.pull_request.head.sha }}
93
93
repository : ${{ github.event.pull_request.head.repo.full_name }}
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@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
103
103
with :
104
104
workload_identity_provider : ${{ vars.PROVIDER_NAME }}
105
105
service_account : ${{ vars.SERVICE_ACCOUNT }}
@@ -126,7 +126,7 @@ jobs:
126
126
java : [8, 11, 17, 21]
127
127
steps :
128
128
- name : Checkout code
129
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
129
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
130
130
with :
131
131
ref : ${{ github.event.pull_request.head.sha }}
132
132
repository : ${{ github.event.pull_request.head.repo.full_name }}
@@ -144,7 +144,7 @@ jobs:
144
144
runs-on : ubuntu-latest
145
145
steps :
146
146
- name : Checkout code
147
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
147
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
148
148
with :
149
149
ref : ${{ github.event.pull_request.head.sha }}
150
150
repository : ${{ github.event.pull_request.head.repo.full_name }}
@@ -164,7 +164,7 @@ jobs:
164
164
runs-on : ubuntu-latest
165
165
steps :
166
166
- name : Checkout code
167
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
167
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
168
168
with :
169
169
ref : ${{ github.event.pull_request.head.sha }}
170
170
repository : ${{ github.event.pull_request.head.repo.full_name }}
@@ -191,29 +191,29 @@ jobs:
191
191
issues : write
192
192
steps :
193
193
- name : Checkout code
194
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
194
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
195
195
with :
196
196
ref : ${{ github.event.pull_request.head.sha }}
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@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
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
@@ -258,7 +258,7 @@ jobs:
258
258
pull-requests : write
259
259
steps :
260
260
- name : Checkout code
261
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
261
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
262
262
with :
263
263
ref : ${{ github.event.pull_request.head.sha }}
264
264
repository : ${{ github.event.pull_request.head.repo.full_name }}
@@ -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@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
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