|
43 | 43 | timeout-minutes: 30 |
44 | 44 | steps: |
45 | 45 | - name: Checkout iceberg-cpp |
46 | | - uses: actions/checkout@v6 |
| 46 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
| 47 | + with: |
| 48 | + persist-credentials: false |
47 | 49 | - name: Install dependencies |
48 | 50 | shell: bash |
49 | 51 | run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev |
|
65 | 67 | timeout-minutes: 30 |
66 | 68 | steps: |
67 | 69 | - name: Checkout iceberg-cpp |
68 | | - uses: actions/checkout@v6 |
| 70 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
| 71 | + with: |
| 72 | + persist-credentials: false |
69 | 73 | - name: Build Iceberg |
70 | 74 | shell: bash |
71 | 75 | run: ci/scripts/build_iceberg.sh $(pwd) |
|
78 | 82 | timeout-minutes: 60 |
79 | 83 | steps: |
80 | 84 | - name: Checkout iceberg-cpp |
81 | | - uses: actions/checkout@v6 |
| 85 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
| 86 | + with: |
| 87 | + persist-credentials: false |
82 | 88 | - name: Install dependencies |
83 | 89 | shell: cmd |
84 | 90 | run: | |
@@ -119,11 +125,13 @@ jobs: |
119 | 125 | - title: AArch64 macOS 26 |
120 | 126 | runs-on: macos-26 |
121 | 127 | steps: |
122 | | - - uses: actions/setup-python@v6 |
| 128 | + - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 |
123 | 129 | with: |
124 | 130 | python-version: '3.x' |
125 | 131 | - name: Checkout iceberg-cpp |
126 | | - uses: actions/checkout@v6 |
| 132 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
| 133 | + with: |
| 134 | + persist-credentials: false |
127 | 135 | - name: Install build dependencies |
128 | 136 | run: | |
129 | 137 | python3 -m pip install --upgrade pip |
|
0 commit comments