|
28 | 28 | LANG: "en_US.UTF-8" |
29 | 29 | steps: |
30 | 30 | - uses: actions/checkout@v4 |
| 31 | + with: |
| 32 | + submodules: true |
| 33 | + persist-credentials: false |
31 | 34 | - uses: actions/setup-python@v5 |
32 | 35 | with: |
33 | 36 | python-version: "3.12" |
|
75 | 78 | LANG: ${{ matrix.lang-var }} |
76 | 79 | steps: |
77 | 80 | - uses: actions/checkout@v4 |
| 81 | + with: |
| 82 | + submodules: true |
| 83 | + persist-credentials: false |
78 | 84 | - name: Setup Python |
79 | 85 | uses: actions/setup-python@v5 |
80 | 86 | with: |
@@ -134,6 +140,9 @@ jobs: |
134 | 140 | LANG: "en_US.utf-8" |
135 | 141 | steps: |
136 | 142 | - uses: actions/checkout@v4 |
| 143 | + with: |
| 144 | + submodules: true |
| 145 | + persist-credentials: false |
137 | 146 | - name: Setup Python ${{ matrix.python-version }} |
138 | 147 | uses: actions/setup-python@v5 |
139 | 148 | with: |
@@ -181,6 +190,9 @@ jobs: |
181 | 190 | CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} |
182 | 191 | steps: |
183 | 192 | - uses: actions/checkout@v4 |
| 193 | + with: |
| 194 | + submodules: true |
| 195 | + persist-credentials: false |
184 | 196 | - name: Setup Python ${{ matrix.python-version }} |
185 | 197 | uses: actions/setup-python@v5 |
186 | 198 | with: |
@@ -249,6 +261,9 @@ jobs: |
249 | 261 |
|
250 | 262 | steps: |
251 | 263 | - uses: actions/checkout@v4 |
| 264 | + with: |
| 265 | + submodules: true |
| 266 | + persist-credentials: false |
252 | 267 | - name: Setup Python |
253 | 268 | uses: actions/setup-python@v5 |
254 | 269 | with: |
@@ -293,6 +308,9 @@ jobs: |
293 | 308 | CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} |
294 | 309 | steps: |
295 | 310 | - uses: actions/checkout@v4 |
| 311 | + with: |
| 312 | + submodules: true |
| 313 | + persist-credentials: false |
296 | 314 | - name: Setup Python ${{ matrix.python-version }} |
297 | 315 | uses: actions/setup-python@v5 |
298 | 316 | with: |
@@ -362,6 +380,9 @@ jobs: |
362 | 380 |
|
363 | 381 | steps: |
364 | 382 | - uses: actions/checkout@v4 |
| 383 | + with: |
| 384 | + submodules: true |
| 385 | + persist-credentials: false |
365 | 386 | - name: Setup Python |
366 | 387 | uses: actions/setup-python@v5 |
367 | 388 | with: |
|
0 commit comments