5252 AWS_EC2_METADATA_DISABLED : " TRUE"
5353 steps :
5454 - name : Checkout iceberg-cpp
55- uses : actions/checkout@v6
55+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
56+ with :
57+ persist-credentials : false
5658 - name : Install dependencies
5759 shell : bash
5860 run : sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
8688 AWS_EC2_METADATA_DISABLED : " TRUE"
8789 steps :
8890 - name : Checkout iceberg-cpp
89- uses : actions/checkout@v6
91+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
92+ with :
93+ persist-credentials : false
9094 - name : Start MinIO
9195 shell : bash
9296 run : bash ci/scripts/start_minio.sh
@@ -111,7 +115,9 @@ jobs:
111115 AWS_EC2_METADATA_DISABLED : " TRUE"
112116 steps :
113117 - name : Checkout iceberg-cpp
114- uses : actions/checkout@v6
118+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
119+ with :
120+ persist-credentials : false
115121 - name : Install dependencies
116122 shell : cmd
117123 run : |
@@ -155,11 +161,13 @@ jobs:
155161 - title : AArch64 macOS 26
156162 runs-on : macos-26
157163 steps :
158- - uses : actions/setup-python@v6
164+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
159165 with :
160166 python-version : ' 3.x'
161167 - name : Checkout iceberg-cpp
162- uses : actions/checkout@v6
168+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
169+ with :
170+ persist-credentials : false
163171 - name : Install build dependencies
164172 run : |
165173 python3 -m pip install --upgrade pip
0 commit comments