|
38 | 38 | contents: write |
39 | 39 | pull-requests: read |
40 | 40 | steps: |
41 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 41 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
42 | 42 | with: |
43 | 43 | persist-credentials: false |
44 | 44 | fetch-depth: 0 |
@@ -109,7 +109,7 @@ jobs: |
109 | 109 | contents: read |
110 | 110 | steps: |
111 | 111 | - name: Checkout into dir1 |
112 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 112 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
113 | 113 | with: |
114 | 114 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
115 | 115 | submodules: true |
@@ -149,7 +149,7 @@ jobs: |
149 | 149 | path: dir2/dist |
150 | 150 |
|
151 | 151 | - name: Checkout into dir2 |
152 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 152 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
153 | 153 | with: |
154 | 154 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
155 | 155 | submodules: true |
@@ -185,7 +185,7 @@ jobs: |
185 | 185 | contents: read |
186 | 186 | steps: |
187 | 187 | - name: Checkout branch |
188 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 188 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
189 | 189 | with: |
190 | 190 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
191 | 191 | fetch-depth: 0 |
@@ -245,7 +245,7 @@ jobs: |
245 | 245 |
|
246 | 246 | steps: |
247 | 247 | - name: Checkout branch |
248 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 248 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
249 | 249 | with: |
250 | 250 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
251 | 251 | fetch-depth: 0 |
@@ -285,7 +285,7 @@ jobs: |
285 | 285 |
|
286 | 286 | steps: |
287 | 287 | - name: Checkout branch |
288 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 288 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
289 | 289 | with: |
290 | 290 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
291 | 291 | fetch-depth: 0 |
@@ -334,7 +334,7 @@ jobs: |
334 | 334 |
|
335 | 335 | steps: |
336 | 336 | - name: Checkout branch |
337 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 337 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
338 | 338 | with: |
339 | 339 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
340 | 340 | fetch-depth: 0 |
@@ -396,7 +396,7 @@ jobs: |
396 | 396 |
|
397 | 397 | steps: |
398 | 398 | - name: Checkout branch |
399 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 399 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
400 | 400 | with: |
401 | 401 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
402 | 402 | fetch-depth: 0 |
@@ -435,7 +435,7 @@ jobs: |
435 | 435 |
|
436 | 436 | steps: |
437 | 437 | - name: Checkout branch |
438 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 438 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
439 | 439 | with: |
440 | 440 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
441 | 441 | fetch-depth: ${{ matrix.fetch-depth }} |
@@ -469,7 +469,7 @@ jobs: |
469 | 469 |
|
470 | 470 | steps: |
471 | 471 | - name: Checkout branch |
472 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 472 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
473 | 473 | with: |
474 | 474 | ref: ${{ github.event.pull_request.head.sha }} |
475 | 475 |
|
@@ -503,7 +503,7 @@ jobs: |
503 | 503 |
|
504 | 504 | steps: |
505 | 505 | - name: Checkout branch |
506 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 506 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
507 | 507 | with: |
508 | 508 | fetch-depth: ${{ matrix.fetch-depth }} |
509 | 509 | persist-credentials: false |
@@ -533,7 +533,7 @@ jobs: |
533 | 533 | contents: read |
534 | 534 | steps: |
535 | 535 | - name: Checkout branch |
536 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 536 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
537 | 537 |
|
538 | 538 | - name: Download build assets |
539 | 539 | uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 |
@@ -588,7 +588,7 @@ jobs: |
588 | 588 | contents: read |
589 | 589 | steps: |
590 | 590 | - name: Checkout branch |
591 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 591 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
592 | 592 |
|
593 | 593 | - name: Download build assets |
594 | 594 | uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 |
@@ -643,7 +643,7 @@ jobs: |
643 | 643 | pull-requests: read |
644 | 644 | steps: |
645 | 645 | - name: Checkout into dir1 |
646 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 646 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
647 | 647 | with: |
648 | 648 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
649 | 649 | submodules: true |
@@ -675,7 +675,7 @@ jobs: |
675 | 675 | contents: read |
676 | 676 | steps: |
677 | 677 | - name: Checkout branch |
678 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 678 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
679 | 679 | with: |
680 | 680 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
681 | 681 | submodules: true |
@@ -712,7 +712,7 @@ jobs: |
712 | 712 | contents: read |
713 | 713 | steps: |
714 | 714 | - name: Checkout into dir1 |
715 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 715 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
716 | 716 | with: |
717 | 717 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
718 | 718 | submodules: true |
@@ -751,7 +751,7 @@ jobs: |
751 | 751 |
|
752 | 752 | steps: |
753 | 753 | - name: Checkout branch |
754 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 754 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
755 | 755 | with: |
756 | 756 | ref: ${{ github.event.pull_request.head.sha || github.sha }} |
757 | 757 | submodules: recursive |
@@ -817,7 +817,7 @@ jobs: |
817 | 817 |
|
818 | 818 | steps: |
819 | 819 | - name: Checkout branch |
820 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 820 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
821 | 821 | with: |
822 | 822 | ref: ${{ github.event.pull_request.head.sha || github.sha }} |
823 | 823 | submodules: recursive |
@@ -912,7 +912,7 @@ jobs: |
912 | 912 |
|
913 | 913 | steps: |
914 | 914 | - name: Checkout branch |
915 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 915 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
916 | 916 | with: |
917 | 917 | ref: ${{ github.event.pull_request.head.sha || github.sha }} |
918 | 918 | submodules: recursive |
@@ -1098,7 +1098,7 @@ jobs: |
1098 | 1098 | contents: read |
1099 | 1099 | steps: |
1100 | 1100 | - name: Checkout branch |
1101 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 1101 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
1102 | 1102 | with: |
1103 | 1103 | ref: a52f8621d26d5d9f54b80f74bda2d9eedff94693 |
1104 | 1104 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
@@ -1136,7 +1136,7 @@ jobs: |
1136 | 1136 | contents: read |
1137 | 1137 | steps: |
1138 | 1138 | - name: Checkout branch |
1139 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 1139 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
1140 | 1140 | with: |
1141 | 1141 | ref: ${{ github.event.pull_request.head.sha }} |
1142 | 1142 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
@@ -1215,7 +1215,7 @@ jobs: |
1215 | 1215 |
|
1216 | 1216 | steps: |
1217 | 1217 | - name: Checkout branch |
1218 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 1218 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
1219 | 1219 | with: |
1220 | 1220 | ref: ${{ github.event.pull_request.head.sha }} |
1221 | 1221 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
@@ -1268,7 +1268,7 @@ jobs: |
1268 | 1268 |
|
1269 | 1269 | steps: |
1270 | 1270 | - name: Checkout |
1271 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 1271 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
1272 | 1272 | with: |
1273 | 1273 | submodules: true |
1274 | 1274 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
|
0 commit comments