This is an automated email from the ASF dual-hosted git repository.
milenkovicm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git
The following commit(s) were added to refs/heads/main by this push:
new d5636a01 Pinning versions of external actions. (#1334)
d5636a01 is described below
commit d5636a0146445803e532ca5e95429cf978017d8f
Author: Samuele Resca <[email protected]>
AuthorDate: Sat Oct 25 16:12:56 2025 +0100
Pinning versions of external actions. (#1334)
---
.github/workflows/build.yml | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d1663ce3..1f596ce7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -17,6 +17,9 @@
name: Python Release Build
+permissions:
+ contents: read
+
concurrency:
group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{
github.workflow }}
cancel-in-progress: true
@@ -49,7 +52,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- name: Install Protoc
- uses: arduino/setup-protoc@v3
+ uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b #
v3.0.0
with:
version: "27.4"
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -131,7 +134,7 @@ jobs:
path: .
- name: Install Protoc
- uses: arduino/setup-protoc@v3
+ uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b #
v3.0.0
with:
version: "27.4"
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -188,7 +191,7 @@ jobs:
path: .
- name: Install Protoc
- uses: arduino/setup-protoc@v3
+ uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b #
v3.0.0
with:
version: "27.4"
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -231,7 +234,7 @@ jobs:
- run: cat LICENSE.txt
- name: Install Protoc
- uses: arduino/setup-protoc@v3
+ uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b #
v3.0.0
with:
version: "27.4"
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -271,12 +274,12 @@ jobs:
- run: cat LICENSE.txt
- name: Install Protoc
- uses: arduino/setup-protoc@v3
+ uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b #
v3.0.0
with:
version: "27.4"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- - uses: astral-sh/setup-uv@v6
+ - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e #
v6.8.0
with:
enable-cache: true
@@ -311,12 +314,12 @@ jobs:
- run: cat LICENSE.txt
- name: Install Protoc
- uses: arduino/setup-protoc@v3
+ uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b #
v3.0.0
with:
version: "27.4"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- - uses: astral-sh/setup-uv@v6
+ - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e #
v6.8.0
with:
enable-cache: true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]