This is an automated email from the ASF dual-hosted git repository.
mgrigorov 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 cb7c315c7 ci: pin third-party actions to Apache-approved SHAs (#1516)
cb7c315c7 is described below
commit cb7c315c7973dbb9546241be7af4ca1948068885
Author: Kevin Liu <[email protected]>
AuthorDate: Mon Mar 23 03:03:11 2026 -0700
ci: pin third-party actions to Apache-approved SHAs (#1516)
* Update setup-uv action to specific commit version
* Add a comment with the version behind the SHA
---------
Co-authored-by: Martin Grigorov <[email protected]>
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 66c3fca60..9818d5255 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -61,7 +61,7 @@ jobs:
version: "27.4"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- - uses: astral-sh/setup-uv@v7
+ - uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 #
v7.3.1
with:
enable-cache: true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]