Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/archery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
- name: Git Fixup
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
- name: Checkout Arrow
if: github.event_name == 'pull_request'
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Check
id: check
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/comment_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
path: arrow
# fetch the tags for version number generation
fetch-depth: 0
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
submodules: recursive
- name: Cache Docker Volumes
Expand Down Expand Up @@ -165,6 +166,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
submodules: recursive
- name: Check CMake presets
Expand Down Expand Up @@ -220,6 +222,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
submodules: recursive
- name: Install Dependencies
Expand Down Expand Up @@ -349,6 +352,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
submodules: recursive
- uses: msys2/setup-msys2@v2
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/cpp_extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
submodules: recursive
- name: Cache Docker Volumes
Expand Down Expand Up @@ -221,6 +222,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
submodules: recursive
- name: Free up disk space
Expand Down Expand Up @@ -273,6 +275,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
submodules: recursive
- name: Install dependencies
Expand Down Expand Up @@ -367,6 +370,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
submodules: recursive
- name: Cache Docker Volumes
Expand Down Expand Up @@ -431,6 +435,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6.0.1
with:
persist-credentials: false
fetch-depth: 0
submodules: recursive
- name: Install Dependencies
Expand Down Expand Up @@ -552,6 +557,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
submodules: recursive
- name: Download Timezone Database
Expand Down Expand Up @@ -579,6 +585,7 @@ jobs:
- name: Checkout vcpkg
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
path: vcpkg
repository: microsoft/vcpkg
Expand Down Expand Up @@ -706,6 +713,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 1
path: arrow
repository: apache/arrow
Expand Down Expand Up @@ -736,6 +744,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
submodules: recursive
- name: Download the artifacts
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cpp_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
submodules: recursive
- name: Install msys2 (for tzdata for ORC tests)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cuda_extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
submodules: recursive
- name: Cache Docker Volumes
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
- name: Install pre-commit
run: |
Expand Down Expand Up @@ -88,6 +89,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
- name: Install Python
uses: actions/setup-python@v6
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
- name: Free up disk space
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs_light.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
- name: Cache Docker Volumes
uses: actions/cache@v5
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,36 +68,43 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
submodules: recursive
- name: Checkout Arrow Rust
uses: actions/checkout@v6
with:
persist-credentials: false
repository: apache/arrow-rs
path: rust
- name: Checkout Arrow nanoarrow
uses: actions/checkout@v6
with:
persist-credentials: false
repository: apache/arrow-nanoarrow
path: nanoarrow
- name: Checkout Arrow Go
uses: actions/checkout@v6
with:
persist-credentials: false
repository: apache/arrow-go
path: go
- name: Checkout Arrow Java
uses: actions/checkout@v6
with:
persist-credentials: false
repository: apache/arrow-java
path: java
- name: Checkout Arrow JS
uses: actions/checkout@v6
with:
persist-credentials: false
repository: apache/arrow-js
path: js
- name: Checkout Arrow .NET
uses: actions/checkout@v6
with:
persist-credentials: false
repository: apache/arrow-dotnet
path: dotnet
- name: Free up disk space
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
- name: Install ninja-build
run: sudo apt-get install ninja-build
Expand Down Expand Up @@ -101,6 +102,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
- name: Install ninja-build
run: brew install ninja
Expand Down Expand Up @@ -142,6 +144,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
- name: Install MATLAB
uses: matlab-actions/setup-matlab@a0180c939fb1a28de13f44f7b778b912384ced1f # v3.0.1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/package_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
submodules: recursive
- name: Free up disk space
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
submodules: recursive
- name: Cache Docker Volumes
Expand Down Expand Up @@ -185,6 +186,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
submodules: recursive
- name: Setup Python
Expand Down Expand Up @@ -266,6 +268,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
submodules: recursive
- name: Setup Python
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
submodules: recursive
- name: Free up disk space
Expand Down Expand Up @@ -152,6 +153,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
submodules: recursive
- name: Setup Python
Expand Down Expand Up @@ -209,6 +211,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
- name: Setup ccache
shell: bash
Expand Down Expand Up @@ -266,6 +269,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
# This must be done before r-lib/actions/setup-r because curl in
# Rtools doesn't work on non Rtools' MSYS2 environment. If we
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/r_extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
submodules: recursive
- name: Cache Docker Volumes
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/r_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 1
path: arrow
repository: apache/arrow
Expand All @@ -55,6 +56,7 @@ jobs:
- name: Checkout Crossbow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
path: crossbow
repository: ursacomputing/crossbow
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/report_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v6
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
submodules: recursive
- name: Cache Docker Volumes
Expand Down Expand Up @@ -152,6 +153,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
submodules: recursive
- name: Install Homebrew Dependencies
Expand Down Expand Up @@ -250,6 +252,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
submodules: recursive
- name: Setup Ruby
Expand Down Expand Up @@ -368,6 +371,7 @@ jobs:
- name: Checkout Arrow
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
submodules: recursive
- name: Install meson
Expand Down Expand Up @@ -398,6 +402,7 @@ jobs:
- name: Checkout vcpkg
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
path: vcpkg
repository: microsoft/vcpkg
Expand Down
Loading
Loading