5353 - name : Checkout
5454 # see https://github.com/actions/checkout
5555 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
56+ with :
57+ persist-credentials : false
5658 - name : Setup Python Environment
5759 # see https://github.com/actions/setup-python
5860 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
7678 - name : Checkout
7779 # see https://github.com/actions/checkout
7880 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
81+ with :
82+ persist-credentials : false
7983 - name : Setup Python Environment
8084 # see https://github.com/actions/setup-python
8185 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
99103 - name : Checkout
100104 # see https://github.com/actions/checkout
101105 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
106+ with :
107+ persist-credentials : false
102108 - name : Setup Python Environment
103109 # see https://github.com/actions/setup-python
104110 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
@@ -132,6 +138,8 @@ jobs:
132138 - name : Checkout
133139 # see https://github.com/actions/checkout
134140 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
141+ with :
142+ persist-credentials : false
135143 - name : Setup Python Environment
136144 # see https://github.com/actions/setup-python
137145 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
@@ -155,6 +163,8 @@ jobs:
155163 - name : Checkout
156164 # see https://github.com/actions/checkout
157165 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
166+ with :
167+ persist-credentials : false
158168 - name : Setup Python Environment
159169 # see https://github.com/actions/setup-python
160170 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
@@ -188,6 +198,8 @@ jobs:
188198 - name : Checkout
189199 # see https://github.com/actions/checkout
190200 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
201+ with :
202+ persist-credentials : false
191203 - name : Setup Python Environment
192204 # see https://github.com/actions/setup-python
193205 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
@@ -225,6 +237,8 @@ jobs:
225237 - name : Checkout
226238 # see https://github.com/actions/checkout
227239 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
240+ with :
241+ persist-credentials : false
228242 - name : Create reports directory
229243 run : mkdir ${{ env.REPORTS_DIR }}
230244 - name : Setup Python Environment
0 commit comments