43
43
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
44
44
45
45
- name : Set up JDK
46
- uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
46
+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
47
47
with :
48
48
distribution : " zulu"
49
49
java-version : ${{matrix.java-version}}
52
52
name : Authenticate to Google Cloud
53
53
# only needed for Flakybot on periodic (schedule) and continuous (push) events
54
54
if : ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
55
- uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
55
+ uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
56
56
with :
57
57
workload_identity_provider : ${{ vars.PROVIDER_NAME }}
58
58
service_account : ${{ vars.SERVICE_ACCOUNT }}
@@ -108,22 +108,22 @@ jobs:
108
108
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
109
109
110
110
- name : Set up JDK
111
- uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
111
+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
112
112
with :
113
113
distribution : " zulu"
114
114
java-version : ${{matrix.java-version}}
115
115
116
116
- id : auth
117
117
name : Authenticate to Google Cloud
118
- uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
118
+ uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
119
119
with :
120
120
workload_identity_provider : ${{ vars.PROVIDER_NAME }}
121
121
service_account : ${{ vars.SERVICE_ACCOUNT }}
122
122
access_token_lifetime : 600s
123
123
124
124
- id : secrets
125
125
name : Get secrets
126
- uses : google-github-actions/get-secretmanager-secrets@e5bb06c2ca53b244f978d33348d18317a7f263ce # v2.2.2
126
+ uses : google-github-actions/get-secretmanager-secrets@a8440875e1c2892062aef9061228d4f1af8f919b # v2.2.3
127
127
with :
128
128
secrets : |-
129
129
MYSQL_CONNECTION_NAME:${{ vars.GOOGLE_CLOUD_PROJECT }}/MYSQL_CONNECTION_NAME
@@ -221,7 +221,7 @@ jobs:
221
221
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
222
222
223
223
- name : Set up GraalVM
224
- uses : graalvm/setup-graalvm@4a200f28cd70d1940b5e33bd00830b7dc71a7e2b # v1.2.6
224
+ uses : graalvm/setup-graalvm@01ed653ac833fe80569f1ef9f25585ba2811baab # v1.3.3
225
225
with :
226
226
java-version : " 21"
227
227
distribution : " graalvm-community"
@@ -230,15 +230,15 @@ jobs:
230
230
231
231
- id : auth
232
232
name : Authenticate to Google Cloud
233
- uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
233
+ uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
234
234
with :
235
235
workload_identity_provider : ${{ vars.PROVIDER_NAME }}
236
236
service_account : ${{ vars.SERVICE_ACCOUNT }}
237
237
access_token_lifetime : 600s
238
238
239
239
- id : secrets
240
240
name : Get secrets
241
- uses : google-github-actions/get-secretmanager-secrets@e5bb06c2ca53b244f978d33348d18317a7f263ce # v2.2.2
241
+ uses : google-github-actions/get-secretmanager-secrets@a8440875e1c2892062aef9061228d4f1af8f919b # v2.2.3
242
242
with :
243
243
secrets : |-
244
244
MYSQL_CONNECTION_NAME:${{ vars.GOOGLE_CLOUD_PROJECT }}/MYSQL_CONNECTION_NAME
0 commit comments