|
38 | 38 | timeout-minutes: 5 |
39 | 39 | steps: |
40 | 40 | - name: Checkout |
41 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 41 | + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2 |
42 | 42 | with: |
43 | 43 | submodules: recursive |
44 | 44 | - name: Prepare for tag |
@@ -119,17 +119,17 @@ jobs: |
119 | 119 | # ci/scripts/download_cpp.sh |
120 | 120 | - name: Checkout Apache Arrow C++ |
121 | 121 | # if: github.event_name == 'schedule' |
122 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 122 | + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2 |
123 | 123 | with: |
124 | 124 | repository: apache/arrow |
125 | 125 | path: arrow |
126 | 126 | - name: Checkout apache/arrow-testing |
127 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 127 | + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2 |
128 | 128 | with: |
129 | 129 | repository: apache/arrow-testing |
130 | 130 | path: arrow/testing |
131 | 131 | - name: Checkout apache/parquet-testing |
132 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 132 | + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2 |
133 | 133 | with: |
134 | 134 | repository: apache/parquet-testing |
135 | 135 | path: arrow/cpp/submodules/parquet-testing |
@@ -186,17 +186,17 @@ jobs: |
186 | 186 | # ci/scripts/download_cpp.sh |
187 | 187 | - name: Checkout Apache Arrow C++ |
188 | 188 | # if: github.event_name == 'schedule' |
189 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 189 | + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2 |
190 | 190 | with: |
191 | 191 | repository: apache/arrow |
192 | 192 | path: arrow |
193 | 193 | - name: Checkout apache/arrow-testing |
194 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 194 | + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2 |
195 | 195 | with: |
196 | 196 | repository: apache/arrow-testing |
197 | 197 | path: arrow/testing |
198 | 198 | - name: Checkout apache/parquet-testing |
199 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 199 | + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2 |
200 | 200 | with: |
201 | 201 | repository: apache/parquet-testing |
202 | 202 | path: arrow/cpp/submodules/parquet-testing |
@@ -316,7 +316,7 @@ jobs: |
316 | 316 | ci/scripts/download_cpp.sh |
317 | 317 | - name: Checkout Apache Arrow C++ |
318 | 318 | if: github.event_name == 'schedule' |
319 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 319 | + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2 |
320 | 320 | with: |
321 | 321 | repository: apache/arrow |
322 | 322 | path: arrow |
@@ -415,7 +415,7 @@ jobs: |
415 | 415 | test -f jni/arrow_dataset_jni/x86_64/arrow_dataset_jni.dll |
416 | 416 | test -f jni/arrow_orc_jni/x86_64/arrow_orc_jni.dll |
417 | 417 | - name: Checkout apache/arrow-testing |
418 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 418 | + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2 |
419 | 419 | with: |
420 | 420 | repository: apache/arrow-testing |
421 | 421 | path: testing |
@@ -503,7 +503,7 @@ jobs: |
503 | 503 | contents: write |
504 | 504 | steps: |
505 | 505 | - name: Checkout |
506 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
| 506 | + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2 |
507 | 507 | with: |
508 | 508 | path: site |
509 | 509 | - name: Prepare branch |
|
0 commit comments