|
60 | 60 | TEST_DJANGO_VERSION: ${{ matrix.django-version }} |
61 | 61 | steps: |
62 | 62 | - uses: actions/checkout@v4 |
| 63 | + with: |
| 64 | + persist-credentials: false |
63 | 65 | - name: Set up Python ${{ matrix.python-version }} |
64 | 66 | uses: actions/setup-python@v5 |
65 | 67 | id: sp |
@@ -123,6 +125,8 @@ jobs: |
123 | 125 | TEST_DJANGO_VERSION: ${{ matrix.django-version }} |
124 | 126 | steps: |
125 | 127 | - uses: actions/checkout@v4 |
| 128 | + with: |
| 129 | + persist-credentials: false |
126 | 130 | - name: Set up Python ${{ matrix.python-version }} |
127 | 131 | uses: actions/setup-python@v5 |
128 | 132 | id: sp |
@@ -180,6 +184,8 @@ jobs: |
180 | 184 |
|
181 | 185 | steps: |
182 | 186 | - uses: actions/checkout@v4 |
| 187 | + with: |
| 188 | + persist-credentials: false |
183 | 189 | - name: Set up Python ${{ matrix.python-version }} |
184 | 190 | uses: actions/setup-python@v5 |
185 | 191 | id: sp |
@@ -257,6 +263,8 @@ jobs: |
257 | 263 |
|
258 | 264 | steps: |
259 | 265 | - uses: actions/checkout@v4 |
| 266 | + with: |
| 267 | + persist-credentials: false |
260 | 268 | - name: Set up Python ${{ matrix.python-version }} |
261 | 269 | uses: actions/setup-python@v5 |
262 | 270 | id: sp |
@@ -314,6 +322,8 @@ jobs: |
314 | 322 |
|
315 | 323 | steps: |
316 | 324 | - uses: actions/checkout@v4 |
| 325 | + with: |
| 326 | + persist-credentials: false |
317 | 327 | - name: Set up Python ${{ matrix.python-version }} |
318 | 328 | uses: actions/setup-python@v5 |
319 | 329 | id: sp |
@@ -374,6 +384,8 @@ jobs: |
374 | 384 |
|
375 | 385 | steps: |
376 | 386 | - uses: actions/checkout@v4 |
| 387 | + with: |
| 388 | + persist-credentials: false |
377 | 389 | - name: Set up Python ${{ matrix.python-version }} |
378 | 390 | uses: actions/setup-python@v5 |
379 | 391 | id: sp |
@@ -437,6 +449,8 @@ jobs: |
437 | 449 |
|
438 | 450 | steps: |
439 | 451 | - uses: actions/checkout@v4 |
| 452 | + with: |
| 453 | + persist-credentials: false |
440 | 454 | - name: Set up Python ${{ matrix.python-version }} |
441 | 455 | uses: actions/setup-python@v5 |
442 | 456 | id: sp |
@@ -506,6 +520,8 @@ jobs: |
506 | 520 |
|
507 | 521 | steps: |
508 | 522 | - uses: actions/checkout@v4 |
| 523 | + with: |
| 524 | + persist-credentials: false |
509 | 525 | - name: Set up Python ${{ matrix.python-version }} |
510 | 526 | uses: actions/setup-python@v5 |
511 | 527 | id: sp |
@@ -565,6 +581,8 @@ jobs: |
565 | 581 |
|
566 | 582 | steps: |
567 | 583 | - uses: actions/checkout@v4 |
| 584 | + with: |
| 585 | + persist-credentials: false |
568 | 586 | - name: Set up Python ${{ matrix.python-version }} |
569 | 587 | uses: actions/setup-python@v5 |
570 | 588 | id: sp |
@@ -632,6 +650,8 @@ jobs: |
632 | 650 |
|
633 | 651 | steps: |
634 | 652 | - uses: actions/checkout@v4 |
| 653 | + with: |
| 654 | + persist-credentials: false |
635 | 655 | - name: Set up Python ${{ matrix.python-version }} |
636 | 656 | uses: actions/setup-python@v5 |
637 | 657 | id: sp |
@@ -700,6 +720,8 @@ jobs: |
700 | 720 |
|
701 | 721 | steps: |
702 | 722 | - uses: actions/checkout@v4 |
| 723 | + with: |
| 724 | + persist-credentials: false |
703 | 725 | - name: Set up Python ${{ matrix.python-version }} |
704 | 726 | uses: actions/setup-python@v5 |
705 | 727 | id: sp |
@@ -771,6 +793,8 @@ jobs: |
771 | 793 | with: |
772 | 794 | detached: true |
773 | 795 | - uses: actions/checkout@v4 |
| 796 | + with: |
| 797 | + persist-credentials: false |
774 | 798 | - uses: actions/setup-python@v5 |
775 | 799 | id: sp |
776 | 800 | - name: Install uv |
|
0 commit comments