@@ -41,19 +41,19 @@ jobs:
4141 java : [8, 11, 17]
4242 steps :
4343 - name : Checkout code
44- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
44+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4545 with :
4646 ref : ${{ github.event.pull_request.head.sha }}
4747 repository : ${{ github.event.pull_request.head.repo.full_name }}
4848 - name : Set up JDK
49- uses : actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3 .0
49+ uses : actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4 .0
5050 with :
5151 distribution : zulu
5252 java-version : ${{matrix.java}}
5353 - name : Authenticate to Google Cloud
5454 # only needed for Flakybot on periodic (schedule) and continuous (push) events
5555 if : ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
56- uses : google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5
56+ uses : google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6
5757 with :
5858 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
5959 service_account : ${{ vars.SERVICE_ACCOUNT }}
@@ -85,19 +85,19 @@ jobs:
8585 - name : Support longpaths
8686 run : git config --system core.longpaths true
8787 - name : Checkout code
88- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
88+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
8989 with :
9090 ref : ${{ github.event.pull_request.head.sha }}
9191 repository : ${{ github.event.pull_request.head.repo.full_name }}
9292 - name : Set up JDK
93- uses : actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3 .0
93+ uses : actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4 .0
9494 with :
9595 distribution : zulu
9696 java-version : 8
9797 - name : Authenticate to Google Cloud
9898 # only needed for Flakybot on periodic (schedule) and continuous (push) events
9999 if : ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
100- uses : google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5
100+ uses : google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6
101101 with :
102102 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
103103 service_account : ${{ vars.SERVICE_ACCOUNT }}
@@ -124,12 +124,12 @@ jobs:
124124 java : [8, 11, 17]
125125 steps :
126126 - name : Checkout code
127- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
127+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
128128 with :
129129 ref : ${{ github.event.pull_request.head.sha }}
130130 repository : ${{ github.event.pull_request.head.repo.full_name }}
131131 - name : Set up JDK
132- uses : actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3 .0
132+ uses : actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4 .0
133133 with :
134134 distribution : zulu
135135 java-version : ${{matrix.java}}
@@ -142,12 +142,12 @@ jobs:
142142 runs-on : ubuntu-latest
143143 steps :
144144 - name : Checkout code
145- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
145+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
146146 with :
147147 ref : ${{ github.event.pull_request.head.sha }}
148148 repository : ${{ github.event.pull_request.head.repo.full_name }}
149149 - name : Set up JDK
150- uses : actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3 .0
150+ uses : actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4 .0
151151 with :
152152 distribution : zulu
153153 java-version : 11
@@ -162,12 +162,12 @@ jobs:
162162 runs-on : ubuntu-latest
163163 steps :
164164 - name : Checkout code
165- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
165+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
166166 with :
167167 ref : ${{ github.event.pull_request.head.sha }}
168168 repository : ${{ github.event.pull_request.head.repo.full_name }}
169169 - name : Set up JDK
170- uses : actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3 .0
170+ uses : actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4 .0
171171 with :
172172 distribution : zulu
173173 java-version : 8
@@ -189,13 +189,13 @@ jobs:
189189 issues : write
190190 steps :
191191 - name : Checkout code
192- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
192+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
193193 with :
194194 ref : ${{ github.event.pull_request.head.sha }}
195195 repository : ${{ github.event.pull_request.head.repo.full_name }}
196196
197197 - name : Setup Maven Action
198- uses : s4u/setup-maven-action@8a09fe4cf25ea749342c76674967fd0f23371cc7
198+ uses : s4u/setup-maven-action@a37cecafbf1e8d86c1c93d51054a63e228b96b3e
199199 with :
200200 java-version : 17
201201
@@ -208,7 +208,7 @@ jobs:
208208
209209 - id : " auth"
210210 name : Authenticate to Google Cloud
211- uses : google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5
211+ uses : google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6
212212 with :
213213 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
214214 service_account : ${{ vars.SERVICE_ACCOUNT }}
@@ -261,25 +261,25 @@ jobs:
261261 pull-requests : write
262262 steps :
263263 - name : Checkout code
264- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
264+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
265265 with :
266266 ref : ${{ github.event.pull_request.head.sha }}
267267 repository : ${{ github.event.pull_request.head.repo.full_name }}
268268
269269 - name : Set up JDK
270- uses : actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3 .0
270+ uses : actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4 .0
271271 with :
272272 distribution : ' zulu'
273273 java-version : 8
274274
275275 - name : Setup Maven Action
276- uses : s4u/setup-maven-action@8a09fe4cf25ea749342c76674967fd0f23371cc7
276+ uses : s4u/setup-maven-action@a37cecafbf1e8d86c1c93d51054a63e228b96b3e
277277 with :
278278 java-version : 8
279279
280280 - id : ' auth'
281281 name : Authenticate to Google Cloud
282- uses : google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5
282+ uses : google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6
283283 with :
284284 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
285285 service_account : ${{ vars.SERVICE_ACCOUNT }}
0 commit comments