@@ -155,6 +155,7 @@ jobs:
155155 access_token : ${{ github.token }}
156156 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
157157 with :
158+ persist-credentials : true # zizmor: ignore[artipacked]
158159 ref : ${{steps.set_outputs.outputs.github_ref}}
159160 fetch-depth : 0
160161 submodules : false
@@ -309,6 +310,7 @@ jobs:
309310 cmakeVersion : " ~3.31.0"
310311 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
311312 with :
313+ persist-credentials : true # zizmor: ignore[artipacked]
312314 ref : ${{needs.check_and_prepare.outputs.github_ref}}
313315 submodules : true
314316 - name : Setup python
@@ -482,6 +484,7 @@ jobs:
482484 cmakeVersion : " ~3.31.0"
483485 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
484486 with :
487+ persist-credentials : true # zizmor: ignore[artipacked]
485488 ref : ${{needs.check_and_prepare.outputs.github_ref}}
486489 submodules : true
487490 - run : df -h
@@ -626,6 +629,7 @@ jobs:
626629 cmakeVersion : " ~3.31.0"
627630 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
628631 with :
632+ persist-credentials : true # zizmor: ignore[artipacked]
629633 ref : ${{needs.check_and_prepare.outputs.github_ref}}
630634 submodules : true
631635 - name : Setup python
@@ -748,6 +752,7 @@ jobs:
748752 cmakeVersion : " ~3.31.0"
749753 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
750754 with :
755+ persist-credentials : true # zizmor: ignore[artipacked]
751756 ref : ${{needs.check_and_prepare.outputs.github_ref}}
752757 submodules : true
753758 - name : Setup python
@@ -888,6 +893,7 @@ jobs:
888893 steps :
889894 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
890895 with :
896+ persist-credentials : true # zizmor: ignore[artipacked]
891897 ref : ${{needs.check_and_prepare.outputs.github_ref}}
892898 - name : Download Desktop integration tests artifact
893899 uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4
@@ -1018,6 +1024,7 @@ jobs:
10181024 steps :
10191025 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
10201026 with :
1027+ persist-credentials : true # zizmor: ignore[artipacked]
10211028 ref : ${{needs.check_and_prepare.outputs.github_ref}}
10221029 - name : Download Android integration tests artifact
10231030 uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4
@@ -1163,6 +1170,7 @@ jobs:
11631170 steps :
11641171 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
11651172 with :
1173+ persist-credentials : true # zizmor: ignore[artipacked]
11661174 ref : ${{needs.check_and_prepare.outputs.github_ref}}
11671175 - name : Download iOS integration tests artifact
11681176 uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4
@@ -1348,6 +1356,7 @@ jobs:
13481356 steps :
13491357 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
13501358 with :
1359+ persist-credentials : true # zizmor: ignore[artipacked]
13511360 ref : ${{needs.check_and_prepare.outputs.github_ref}}
13521361 - name : Download tvOS integration tests artifact
13531362 uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4
@@ -1496,6 +1505,7 @@ jobs:
14961505 steps :
14971506 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
14981507 with :
1508+ persist-credentials : true # zizmor: ignore[artipacked]
14991509
15001510 ref : ${{needs.check_and_prepare.outputs.github_ref}}
15011511 - name : Setup python
@@ -1576,6 +1586,7 @@ jobs:
15761586 steps :
15771587 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
15781588 with :
1589+ persist-credentials : true # zizmor: ignore[artipacked]
15791590
15801591 ref : ${{needs.check_and_prepare.outputs.github_ref}}
15811592 - name : Setup python
0 commit comments