@@ -46,14 +46,14 @@ jobs:
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@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
49+ uses : actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.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@f112390a2df9932162083945e46d439060d66ec2 # v2.1.4
56+ uses : google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5
5757 with :
5858 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
5959 service_account : ${{ vars.SERVICE_ACCOUNT }}
@@ -90,14 +90,14 @@ jobs:
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@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
93+ uses : actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.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@f112390a2df9932162083945e46d439060d66ec2 # v2.1.4
100+ uses : google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5
101101 with :
102102 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
103103 service_account : ${{ vars.SERVICE_ACCOUNT }}
@@ -129,7 +129,7 @@ jobs:
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@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
132+ uses : actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
133133 with :
134134 distribution : zulu
135135 java-version : ${{matrix.java}}
@@ -147,7 +147,7 @@ jobs:
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@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
150+ uses : actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
151151 with :
152152 distribution : zulu
153153 java-version : 11
@@ -167,7 +167,7 @@ jobs:
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@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
170+ uses : actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
171171 with :
172172 distribution : zulu
173173 java-version : 8
@@ -200,15 +200,15 @@ jobs:
200200 java-version : 17
201201
202202 - name : Set up GraalVM
203- uses : graalvm/setup-graalvm@2911b2304bee2c2f59b9a67bf45f025a6b6de4b1 # v1.2.2
203+ uses : graalvm/setup-graalvm@22cc13fe88ef133134b3798e128fb208df55e1f5 # v1.2.3
204204 with :
205205 java-version : " 21"
206206 distribution : " graalvm-community"
207207 github-token : ${{ secrets.GITHUB_TOKEN }}
208208
209209 - id : " auth"
210210 name : Authenticate to Google Cloud
211- uses : google-github-actions/auth@f112390a2df9932162083945e46d439060d66ec2 # v2.1.4
211+ uses : google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5
212212 with :
213213 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
214214 service_account : ${{ vars.SERVICE_ACCOUNT }}
@@ -267,7 +267,7 @@ jobs:
267267 repository : ${{ github.event.pull_request.head.repo.full_name }}
268268
269269 - name : Set up JDK
270- uses : actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
270+ uses : actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
271271 with :
272272 distribution : ' zulu'
273273 java-version : 8
@@ -279,7 +279,7 @@ jobs:
279279
280280 - id : ' auth'
281281 name : Authenticate to Google Cloud
282- uses : google-github-actions/auth@f112390a2df9932162083945e46d439060d66ec2 # v2.1.4
282+ uses : google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5
283283 with :
284284 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
285285 service_account : ${{ vars.SERVICE_ACCOUNT }}
0 commit comments