|
38 | 38 | contents: write |
39 | 39 | pull-requests: read |
40 | 40 | steps: |
41 | | - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 41 | + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 112 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 152 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 188 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 248 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
249 | 249 | with: |
250 | 250 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
251 | 251 | fetch-depth: 0 |
@@ -289,7 +289,7 @@ jobs: |
289 | 289 |
|
290 | 290 | steps: |
291 | 291 | - name: Checkout branch |
292 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 292 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
293 | 293 | with: |
294 | 294 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
295 | 295 | fetch-depth: 0 |
@@ -328,7 +328,7 @@ jobs: |
328 | 328 |
|
329 | 329 | steps: |
330 | 330 | - name: Checkout branch |
331 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 331 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
332 | 332 | with: |
333 | 333 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
334 | 334 | fetch-depth: ${{ matrix.fetch-depth }} |
@@ -362,7 +362,7 @@ jobs: |
362 | 362 |
|
363 | 363 | steps: |
364 | 364 | - name: Checkout branch |
365 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 365 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
366 | 366 | with: |
367 | 367 | ref: ${{ github.event.pull_request.head.sha }} |
368 | 368 |
|
@@ -396,7 +396,7 @@ jobs: |
396 | 396 |
|
397 | 397 | steps: |
398 | 398 | - name: Checkout branch |
399 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 399 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
400 | 400 | with: |
401 | 401 | fetch-depth: ${{ matrix.fetch-depth }} |
402 | 402 | persist-credentials: false |
@@ -426,7 +426,7 @@ jobs: |
426 | 426 | contents: read |
427 | 427 | steps: |
428 | 428 | - name: Checkout branch |
429 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 429 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
430 | 430 |
|
431 | 431 | - name: Download build assets |
432 | 432 | uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 |
@@ -481,7 +481,7 @@ jobs: |
481 | 481 | contents: read |
482 | 482 | steps: |
483 | 483 | - name: Checkout branch |
484 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 484 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
485 | 485 |
|
486 | 486 | - name: Download build assets |
487 | 487 | uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 |
@@ -536,7 +536,7 @@ jobs: |
536 | 536 | pull-requests: read |
537 | 537 | steps: |
538 | 538 | - name: Checkout into dir1 |
539 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 539 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
540 | 540 | with: |
541 | 541 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
542 | 542 | submodules: true |
@@ -568,7 +568,7 @@ jobs: |
568 | 568 | contents: read |
569 | 569 | steps: |
570 | 570 | - name: Checkout branch |
571 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 571 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
572 | 572 | with: |
573 | 573 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
574 | 574 | submodules: true |
@@ -605,7 +605,7 @@ jobs: |
605 | 605 | contents: read |
606 | 606 | steps: |
607 | 607 | - name: Checkout into dir1 |
608 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 608 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
609 | 609 | with: |
610 | 610 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
611 | 611 | submodules: true |
@@ -644,7 +644,7 @@ jobs: |
644 | 644 |
|
645 | 645 | steps: |
646 | 646 | - name: Checkout branch |
647 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 647 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
648 | 648 | with: |
649 | 649 | ref: ${{ github.event.pull_request.head.sha || github.sha }} |
650 | 650 | submodules: recursive |
@@ -710,7 +710,7 @@ jobs: |
710 | 710 |
|
711 | 711 | steps: |
712 | 712 | - name: Checkout branch |
713 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 713 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
714 | 714 | with: |
715 | 715 | ref: ${{ github.event.pull_request.head.sha || github.sha }} |
716 | 716 | submodules: recursive |
@@ -805,7 +805,7 @@ jobs: |
805 | 805 |
|
806 | 806 | steps: |
807 | 807 | - name: Checkout branch |
808 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 808 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
809 | 809 | with: |
810 | 810 | ref: ${{ github.event.pull_request.head.sha || github.sha }} |
811 | 811 | submodules: recursive |
@@ -991,7 +991,7 @@ jobs: |
991 | 991 | contents: read |
992 | 992 | steps: |
993 | 993 | - name: Checkout branch |
994 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 994 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
995 | 995 | with: |
996 | 996 | ref: a52f8621d26d5d9f54b80f74bda2d9eedff94693 |
997 | 997 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
@@ -1029,7 +1029,7 @@ jobs: |
1029 | 1029 | contents: read |
1030 | 1030 | steps: |
1031 | 1031 | - name: Checkout branch |
1032 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 1032 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
1033 | 1033 | with: |
1034 | 1034 | ref: ${{ github.event.pull_request.head.sha }} |
1035 | 1035 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
@@ -1108,7 +1108,7 @@ jobs: |
1108 | 1108 |
|
1109 | 1109 | steps: |
1110 | 1110 | - name: Checkout branch |
1111 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 1111 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
1112 | 1112 | with: |
1113 | 1113 | ref: ${{ github.event.pull_request.head.sha }} |
1114 | 1114 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
@@ -1161,7 +1161,7 @@ jobs: |
1161 | 1161 |
|
1162 | 1162 | steps: |
1163 | 1163 | - name: Checkout |
1164 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 1164 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
1165 | 1165 | with: |
1166 | 1166 | submodules: true |
1167 | 1167 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
|
0 commit comments