|
17 | 17 |
|
18 | 18 | name: Python Release Build |
19 | 19 |
|
| 20 | +permissions: |
| 21 | + contents: read |
| 22 | + |
20 | 23 | concurrency: |
21 | 24 | group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }} |
22 | 25 | cancel-in-progress: true |
|
49 | 52 | - uses: dtolnay/rust-toolchain@stable |
50 | 53 |
|
51 | 54 | - name: Install Protoc |
52 | | - uses: arduino/setup-protoc@v3 |
| 55 | + uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0 |
53 | 56 | with: |
54 | 57 | version: "27.4" |
55 | 58 | repo-token: ${{ secrets.GITHUB_TOKEN }} |
@@ -131,7 +134,7 @@ jobs: |
131 | 134 | path: . |
132 | 135 |
|
133 | 136 | - name: Install Protoc |
134 | | - uses: arduino/setup-protoc@v3 |
| 137 | + uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0 |
135 | 138 | with: |
136 | 139 | version: "27.4" |
137 | 140 | repo-token: ${{ secrets.GITHUB_TOKEN }} |
@@ -188,7 +191,7 @@ jobs: |
188 | 191 | path: . |
189 | 192 |
|
190 | 193 | - name: Install Protoc |
191 | | - uses: arduino/setup-protoc@v3 |
| 194 | + uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0 |
192 | 195 | with: |
193 | 196 | version: "27.4" |
194 | 197 | repo-token: ${{ secrets.GITHUB_TOKEN }} |
@@ -231,7 +234,7 @@ jobs: |
231 | 234 | - run: cat LICENSE.txt |
232 | 235 |
|
233 | 236 | - name: Install Protoc |
234 | | - uses: arduino/setup-protoc@v3 |
| 237 | + uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0 |
235 | 238 | with: |
236 | 239 | version: "27.4" |
237 | 240 | repo-token: ${{ secrets.GITHUB_TOKEN }} |
@@ -271,12 +274,12 @@ jobs: |
271 | 274 | - run: cat LICENSE.txt |
272 | 275 |
|
273 | 276 | - name: Install Protoc |
274 | | - uses: arduino/setup-protoc@v3 |
| 277 | + uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0 |
275 | 278 | with: |
276 | 279 | version: "27.4" |
277 | 280 | repo-token: ${{ secrets.GITHUB_TOKEN }} |
278 | 281 |
|
279 | | - - uses: astral-sh/setup-uv@v6 |
| 282 | + - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 |
280 | 283 | with: |
281 | 284 | enable-cache: true |
282 | 285 |
|
@@ -311,12 +314,12 @@ jobs: |
311 | 314 | - run: cat LICENSE.txt |
312 | 315 |
|
313 | 316 | - name: Install Protoc |
314 | | - uses: arduino/setup-protoc@v3 |
| 317 | + uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0 |
315 | 318 | with: |
316 | 319 | version: "27.4" |
317 | 320 | repo-token: ${{ secrets.GITHUB_TOKEN }} |
318 | 321 |
|
319 | | - - uses: astral-sh/setup-uv@v6 |
| 322 | + - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 |
320 | 323 | with: |
321 | 324 | enable-cache: true |
322 | 325 |
|
|
0 commit comments