@@ -40,10 +40,10 @@ jobs:
4040 pull-requests : write
4141 steps :
4242 - name : Checkout code
43- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
43+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4444
4545 - name : Set up JDK
46- uses : actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
46+ uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
4747 with :
4848 distribution : " zulu"
4949 java-version : ${{matrix.java-version}}
5252 name : Authenticate to Google Cloud
5353 # only needed for Flakybot on periodic (schedule) and continuous (push) events
5454 if : ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
55- uses : google-github-actions/auth@f112390a2df9932162083945e46d439060d66ec2 # v2.1.4
55+ uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
5656 with :
5757 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
5858 service_account : ${{ vars.SERVICE_ACCOUNT }}
@@ -105,25 +105,25 @@ jobs:
105105 pull-requests : write
106106 steps :
107107 - name : Checkout code
108- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
108+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
109109
110110 - name : Set up JDK
111- uses : actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
111+ uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
112112 with :
113113 distribution : " zulu"
114114 java-version : ${{matrix.java-version}}
115115
116116 - id : auth
117117 name : Authenticate to Google Cloud
118- uses : google-github-actions/auth@f112390a2df9932162083945e46d439060d66ec2 # v2.1.4
118+ uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
119119 with :
120120 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
121121 service_account : ${{ vars.SERVICE_ACCOUNT }}
122122 access_token_lifetime : 600s
123123
124124 - id : secrets
125125 name : Get secrets
126- uses : google-github-actions/get-secretmanager-secrets@95a0b09b8348ef3d02c68c6ba5662a037e78d713 # v2.1.4
126+ uses : google-github-actions/get-secretmanager-secrets@e5bb06c2ca53b244f978d33348d18317a7f263ce # v2.2.2
127127 with :
128128 secrets : |-
129129 MYSQL_CONNECTION_NAME:${{ vars.GOOGLE_CLOUD_PROJECT }}/MYSQL_CONNECTION_NAME
@@ -206,10 +206,10 @@ jobs:
206206 pull-requests : write
207207 steps :
208208 - name : Checkout code
209- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
209+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
210210
211211 - name : Set up GraalVM
212- uses : graalvm/setup-graalvm@22cc13fe88ef133134b3798e128fb208df55e1f5 # v1.2.3
212+ uses : graalvm/setup-graalvm@4a200f28cd70d1940b5e33bd00830b7dc71a7e2b # v1.2.6
213213 with :
214214 java-version : " 21"
215215 distribution : " graalvm-community"
@@ -218,15 +218,15 @@ jobs:
218218
219219 - id : auth
220220 name : Authenticate to Google Cloud
221- uses : google-github-actions/auth@f112390a2df9932162083945e46d439060d66ec2 # v2.1.4
221+ uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
222222 with :
223223 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
224224 service_account : ${{ vars.SERVICE_ACCOUNT }}
225225 access_token_lifetime : 600s
226226
227227 - id : secrets
228228 name : Get secrets
229- uses : google-github-actions/get-secretmanager-secrets@95a0b09b8348ef3d02c68c6ba5662a037e78d713 # v2.1.4
229+ uses : google-github-actions/get-secretmanager-secrets@e5bb06c2ca53b244f978d33348d18317a7f263ce # v2.2.2
230230 with :
231231 secrets : |-
232232 MYSQL_CONNECTION_NAME:${{ vars.GOOGLE_CLOUD_PROJECT }}/MYSQL_CONNECTION_NAME
0 commit comments