|
46 | 46 | fail-fast: false |
47 | 47 | runs-on: ${{ matrix.os }} |
48 | 48 | steps: |
49 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 49 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
50 | 50 | with: |
51 | 51 | persist-credentials: false |
52 | 52 |
|
@@ -120,7 +120,7 @@ jobs: |
120 | 120 | fail-fast: false |
121 | 121 | runs-on: ${{ matrix.os }} |
122 | 122 | steps: |
123 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 123 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
124 | 124 | with: |
125 | 125 | persist-credentials: false |
126 | 126 |
|
@@ -159,7 +159,7 @@ jobs: |
159 | 159 | php-version: [8.1, 8.2, 8.3, 8.4, 8.5] |
160 | 160 | fail-fast: false |
161 | 161 | steps: |
162 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 162 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
163 | 163 | with: |
164 | 164 | persist-credentials: false |
165 | 165 |
|
@@ -244,7 +244,7 @@ jobs: |
244 | 244 | - '1.26' |
245 | 245 | fail-fast: false |
246 | 246 | steps: |
247 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 247 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
248 | 248 | with: |
249 | 249 | persist-credentials: false |
250 | 250 |
|
@@ -302,7 +302,7 @@ jobs: |
302 | 302 | env: |
303 | 303 | GRADLE_VERSION: "8.4" |
304 | 304 | steps: |
305 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 305 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
306 | 306 | with: |
307 | 307 | persist-credentials: false |
308 | 308 |
|
@@ -416,7 +416,7 @@ jobs: |
416 | 416 | run: |
417 | 417 | shell: bash # required by net install script |
418 | 418 | steps: |
419 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 419 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
420 | 420 | with: |
421 | 421 | persist-credentials: false |
422 | 422 |
|
@@ -484,7 +484,7 @@ jobs: |
484 | 484 | dotnet-version: [8, 9, 10] |
485 | 485 | fail-fast: false |
486 | 486 | steps: |
487 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 487 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
488 | 488 | with: |
489 | 489 | persist-credentials: false |
490 | 490 |
|
@@ -514,7 +514,7 @@ jobs: |
514 | 514 | needs: [compiler] |
515 | 515 | runs-on: ubuntu-24.04 |
516 | 516 | steps: |
517 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 517 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
518 | 518 | with: |
519 | 519 | persist-credentials: false |
520 | 520 |
|
@@ -577,7 +577,7 @@ jobs: |
577 | 577 | env: |
578 | 578 | TOOLCHAIN_VERSION: 1.85.1 |
579 | 579 | steps: |
580 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 580 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
581 | 581 | with: |
582 | 582 | persist-credentials: false |
583 | 583 |
|
@@ -649,7 +649,7 @@ jobs: |
649 | 649 | python-version: &python_versions ["3.10", "3.11", "3.12", "3.13", "3.14"] |
650 | 650 | fail-fast: false |
651 | 651 | steps: |
652 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 652 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
653 | 653 | with: |
654 | 654 | persist-credentials: false |
655 | 655 |
|
@@ -727,7 +727,7 @@ jobs: |
727 | 727 | runs-on: ${{ matrix.os }} |
728 | 728 | timeout-minutes: 20 |
729 | 729 | steps: |
730 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 730 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
731 | 731 | with: |
732 | 732 | persist-credentials: false |
733 | 733 |
|
@@ -783,7 +783,7 @@ jobs: |
783 | 783 | needs: compiler |
784 | 784 | runs-on: ubuntu-24.04 |
785 | 785 | steps: |
786 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 786 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
787 | 787 | with: |
788 | 788 | persist-credentials: false |
789 | 789 |
|
@@ -832,7 +832,7 @@ jobs: |
832 | 832 | needs: compiler |
833 | 833 | runs-on: ubuntu-24.04 |
834 | 834 | steps: |
835 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 835 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
836 | 836 | with: |
837 | 837 | persist-credentials: false |
838 | 838 |
|
@@ -913,7 +913,7 @@ jobs: |
913 | 913 | BUNDLER_VERSION: ${{ case(matrix.ruby-version == 'head', '0', '2.2.34') }} # Bundler version is managed via setup-ruby action, not Bundler itself |
914 | 914 | BUNDLE_WITHOUT: ${{ case(matrix.ruby-version == 'head', 'thin_http_server', '') }} # thin pulls in eventmachine, which does not compile on Ruby 4.1+ |
915 | 915 | steps: |
916 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 916 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
917 | 917 | with: |
918 | 918 | persist-credentials: false |
919 | 919 |
|
@@ -989,7 +989,7 @@ jobs: |
989 | 989 | env: |
990 | 990 | BUNDLE_WITH: falcon_http_server |
991 | 991 | steps: |
992 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 992 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
993 | 993 | with: |
994 | 994 | persist-credentials: false |
995 | 995 |
|
|
0 commit comments