|
48 | 48 | runs-on: ${{ matrix.os }} |
49 | 49 | steps: |
50 | 50 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 51 | + with: |
| 52 | + persist-credentials: false |
51 | 53 |
|
52 | 54 | - name: Install dependencies |
53 | 55 | run: | |
@@ -120,6 +122,8 @@ jobs: |
120 | 122 | runs-on: ${{ matrix.os }} |
121 | 123 | steps: |
122 | 124 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 125 | + with: |
| 126 | + persist-credentials: false |
123 | 127 |
|
124 | 128 | - name: Install dependencies |
125 | 129 | run: | |
@@ -157,6 +161,8 @@ jobs: |
157 | 161 | fail-fast: false |
158 | 162 | steps: |
159 | 163 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 164 | + with: |
| 165 | + persist-credentials: false |
160 | 166 |
|
161 | 167 | - name: Set up PHP |
162 | 168 | uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # master |
@@ -234,6 +240,8 @@ jobs: |
234 | 240 | fail-fast: false |
235 | 241 | steps: |
236 | 242 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 243 | + with: |
| 244 | + persist-credentials: false |
237 | 245 |
|
238 | 246 | - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 |
239 | 247 | with: |
@@ -290,6 +298,8 @@ jobs: |
290 | 298 | GRADLE_VERSION: "8.4" |
291 | 299 | steps: |
292 | 300 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 301 | + with: |
| 302 | + persist-credentials: false |
293 | 303 |
|
294 | 304 | - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 |
295 | 305 | with: |
@@ -402,6 +412,8 @@ jobs: |
402 | 412 | shell: bash # required by net install script |
403 | 413 | steps: |
404 | 414 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 415 | + with: |
| 416 | + persist-credentials: false |
405 | 417 |
|
406 | 418 | - name: Install dependencies |
407 | 419 | run: | |
@@ -486,6 +498,8 @@ jobs: |
486 | 498 | if: false # swift is currently broken and no maintainers around -> see THRIFT-5864 |
487 | 499 | steps: |
488 | 500 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 501 | + with: |
| 502 | + persist-credentials: false |
489 | 503 |
|
490 | 504 | - name: Run bootstrap |
491 | 505 | run: ./bootstrap.sh |
@@ -524,6 +538,8 @@ jobs: |
524 | 538 | TOOLCHAIN_VERSION: 1.85.1 |
525 | 539 | steps: |
526 | 540 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 541 | + with: |
| 542 | + persist-credentials: false |
527 | 543 |
|
528 | 544 | - name: Install dependencies |
529 | 545 | run: | |
@@ -591,6 +607,8 @@ jobs: |
591 | 607 | fail-fast: false |
592 | 608 | steps: |
593 | 609 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 610 | + with: |
| 611 | + persist-credentials: false |
594 | 612 |
|
595 | 613 | - name: Install dependencies |
596 | 614 | run: | |
@@ -666,6 +684,8 @@ jobs: |
666 | 684 | runs-on: ${{ matrix.os }} |
667 | 685 | steps: |
668 | 686 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 687 | + with: |
| 688 | + persist-credentials: false |
669 | 689 |
|
670 | 690 | - name: Install dependencies |
671 | 691 | run: | |
@@ -720,6 +740,8 @@ jobs: |
720 | 740 | runs-on: ubuntu-24.04 |
721 | 741 | steps: |
722 | 742 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 743 | + with: |
| 744 | + persist-credentials: false |
723 | 745 |
|
724 | 746 | - name: Run bootstrap |
725 | 747 | run: ./bootstrap.sh |
@@ -767,6 +789,8 @@ jobs: |
767 | 789 | runs-on: ubuntu-24.04 |
768 | 790 | steps: |
769 | 791 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 792 | + with: |
| 793 | + persist-credentials: false |
770 | 794 |
|
771 | 795 | - name: Install dependencies |
772 | 796 | run: | |
@@ -843,6 +867,8 @@ jobs: |
843 | 867 | SKIP_BUILD_EXT: ${{ matrix.skip-build-ext && '1' || '' }} |
844 | 868 | steps: |
845 | 869 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 870 | + with: |
| 871 | + persist-credentials: false |
846 | 872 |
|
847 | 873 | - name: Set up Ruby |
848 | 874 | uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0 |
@@ -914,6 +940,8 @@ jobs: |
914 | 940 | fail-fast: false |
915 | 941 | steps: |
916 | 942 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 943 | + with: |
| 944 | + persist-credentials: false |
917 | 945 |
|
918 | 946 | - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 |
919 | 947 | with: |
|
0 commit comments