@@ -153,6 +153,7 @@ jobs:
153153 ref : ${{steps.set_outputs.outputs.github_ref}}
154154 fetch-depth : 0
155155 submodules : false
156+ persist-credentials : false
156157 - name : Setup python
157158 uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
158159 with :
@@ -303,6 +304,7 @@ jobs:
303304 with :
304305 ref : ${{needs.check_and_prepare.outputs.github_ref}}
305306 submodules : true
307+ persist-credentials : false
306308 - name : Setup python
307309 uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
308310 with :
@@ -473,6 +475,7 @@ jobs:
473475 with :
474476 ref : ${{needs.check_and_prepare.outputs.github_ref}}
475477 submodules : true
478+ persist-credentials : false
476479 - run : df -h
477480 - name : Free Disk Space (Ubuntu)
478481 if : runner.os == 'Linux'
@@ -614,6 +617,7 @@ jobs:
614617 with :
615618 ref : ${{needs.check_and_prepare.outputs.github_ref}}
616619 submodules : true
620+ persist-credentials : false
617621 - name : Setup python
618622 uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
619623 with :
@@ -733,6 +737,7 @@ jobs:
733737 with :
734738 ref : ${{needs.check_and_prepare.outputs.github_ref}}
735739 submodules : true
740+ persist-credentials : false
736741 - name : Setup python
737742 uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
738743 with :
@@ -869,6 +874,7 @@ jobs:
869874 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
870875 with :
871876 ref : ${{needs.check_and_prepare.outputs.github_ref}}
877+ persist-credentials : false
872878 - name : Download Desktop integration tests artifact
873879 uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4
874880 with :
@@ -996,6 +1002,7 @@ jobs:
9961002 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
9971003 with :
9981004 ref : ${{needs.check_and_prepare.outputs.github_ref}}
1005+ persist-credentials : false
9991006 - name : Download Android integration tests artifact
10001007 uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4
10011008 with :
@@ -1138,6 +1145,7 @@ jobs:
11381145 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
11391146 with :
11401147 ref : ${{needs.check_and_prepare.outputs.github_ref}}
1148+ persist-credentials : false
11411149 - name : Download iOS integration tests artifact
11421150 uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4
11431151 with :
@@ -1320,6 +1328,7 @@ jobs:
13201328 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
13211329 with :
13221330 ref : ${{needs.check_and_prepare.outputs.github_ref}}
1331+ persist-credentials : false
13231332 - name : Download tvOS integration tests artifact
13241333 uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4
13251334 with :
@@ -1465,6 +1474,7 @@ jobs:
14651474 with :
14661475
14671476 ref : ${{needs.check_and_prepare.outputs.github_ref}}
1477+ persist-credentials : false
14681478 - name : Setup python
14691479 uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
14701480 with :
@@ -1542,6 +1552,7 @@ jobs:
15421552 with :
15431553
15441554 ref : ${{needs.check_and_prepare.outputs.github_ref}}
1555+ persist-credentials : false
15451556 - name : Setup python
15461557 uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
15471558 with :
0 commit comments