3131 steps :
3232 # Checkout repository, so that we can fetch tags to decide which branch we want.
3333 - name : Checkout branch or tag
34- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
34+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3535
3636 - name : Fetch latest tags (if nightly)
3737 if : matrix.branch_type == 'nightly'
5252
5353 # Checkout the branch or tag we want to test.
5454 - name : Checkout branch or tag
55- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
55+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5656 with :
5757 repository : ${{ matrix.branch_type == 'nightly' && 'leanprover-community/mathlib4-nightly-testing' || github.repository }}
5858 ref : ${{ env.BRANCH_REF }}
8282 branch_type : [master, nightly]
8383 steps :
8484 - name : Checkout repository
85- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
85+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8686
8787 - name : Get job status and URLs
8888 id : get-status
@@ -122,7 +122,7 @@ jobs:
122122
123123 - name : Post success message for leanchecker on Zulip
124124 if : steps.get-status.outputs.job_conclusion == 'success'
125- uses : zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 # v1 .0.2
125+ uses : zulip/github-actions-zulip/send-message@bd8ec52de371d139ae8313661b7d8318c19266aa # v2 .0.1
126126 with :
127127 api-key : ${{ secrets.ZULIP_API_KEY }}
128128 email : ' github-mathlib4-bot@leanprover.zulipchat.com'
@@ -135,7 +135,7 @@ jobs:
135135
136136 - name : Post failure / cancelled message for leanchecker on Zulip
137137 if : steps.get-status.outputs.job_conclusion != 'success'
138- uses : zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 # v1 .0.2
138+ uses : zulip/github-actions-zulip/send-message@bd8ec52de371d139ae8313661b7d8318c19266aa # v2 .0.1
139139 with :
140140 api-key : ${{ secrets.ZULIP_API_KEY }}
141141 email : ' github-mathlib4-bot@leanprover.zulipchat.com'
@@ -156,7 +156,7 @@ jobs:
156156 steps :
157157 # Checkout repository, so that we can fetch tags to decide which branch we want.
158158 - name : Checkout branch or tag
159- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
159+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
160160
161161 - name : Fetch latest tags (if nightly)
162162 if : matrix.branch_type == 'nightly'
@@ -177,7 +177,7 @@ jobs:
177177
178178 # Checkout the branch or tag we want to test.
179179 - name : Checkout branch or tag
180- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
180+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
181181 with :
182182 repository : ${{ matrix.branch_type == 'nightly' && 'leanprover-community/mathlib4-nightly-testing' || github.repository }}
183183 ref : ${{ env.BRANCH_REF }}
@@ -205,7 +205,7 @@ jobs:
205205 branch_type : [master, nightly]
206206 steps :
207207 - name : Checkout repository
208- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
208+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
209209
210210 - name : Get job status and URLs
211211 id : get-status
@@ -245,7 +245,7 @@ jobs:
245245
246246 - name : Post success message for mathlib_test_executable on Zulip
247247 if : steps.get-status.outputs.job_conclusion == 'success'
248- uses : zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 # v1 .0.2
248+ uses : zulip/github-actions-zulip/send-message@bd8ec52de371d139ae8313661b7d8318c19266aa # v2 .0.1
249249 with :
250250 api-key : ${{ secrets.ZULIP_API_KEY }}
251251 email : ' github-mathlib4-bot@leanprover.zulipchat.com'
@@ -258,7 +258,7 @@ jobs:
258258
259259 - name : Post failure / cancelled message for mathlib_test_executable on Zulip
260260 if : steps.get-status.outputs.job_conclusion != 'success'
261- uses : zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 # v1 .0.2
261+ uses : zulip/github-actions-zulip/send-message@bd8ec52de371d139ae8313661b7d8318c19266aa # v2 .0.1
262262 with :
263263 api-key : ${{ secrets.ZULIP_API_KEY }}
264264 email : ' github-mathlib4-bot@leanprover.zulipchat.com'
@@ -279,7 +279,7 @@ jobs:
279279 steps :
280280 # Checkout repository, so that we can fetch tags to decide which branch we want.
281281 - name : Checkout branch or tag
282- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
282+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
283283
284284 - name : Fetch latest tags (if nightly)
285285 if : matrix.branch_type == 'nightly'
@@ -300,7 +300,7 @@ jobs:
300300
301301 # Checkout the branch or tag we want to test.
302302 - name : Checkout branch or tag
303- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
303+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
304304 with :
305305 repository : ${{ matrix.branch_type == 'nightly' && 'leanprover-community/mathlib4-nightly-testing' || github.repository }}
306306 ref : ${{ env.BRANCH_REF }}
@@ -370,7 +370,7 @@ jobs:
370370 branch_type : [master, nightly]
371371 steps :
372372 - name : Checkout repository
373- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
373+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
374374
375375 - name : Get job status and URLs
376376 id : get-status
@@ -410,7 +410,7 @@ jobs:
410410
411411 - name : Post success message for nanoda on Zulip
412412 if : steps.get-status.outputs.job_conclusion == 'success'
413- uses : zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 # v1 .0.2
413+ uses : zulip/github-actions-zulip/send-message@bd8ec52de371d139ae8313661b7d8318c19266aa # v2 .0.1
414414 with :
415415 api-key : ${{ secrets.ZULIP_API_KEY }}
416416 email : ' github-mathlib4-bot@leanprover.zulipchat.com'
@@ -423,7 +423,7 @@ jobs:
423423
424424 - name : Post failure / cancelled message for nanoda on Zulip
425425 if : steps.get-status.outputs.job_conclusion != 'success'
426- uses : zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 # v1 .0.2
426+ uses : zulip/github-actions-zulip/send-message@bd8ec52de371d139ae8313661b7d8318c19266aa # v2 .0.1
427427 with :
428428 api-key : ${{ secrets.ZULIP_API_KEY }}
429429 email : ' github-mathlib4-bot@leanprover.zulipchat.com'
0 commit comments