This is an automated email from the ASF dual-hosted git repository.

kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new 17738b7c5c ci: pin third-party actions to Apache-approved SHAs (#15707)
17738b7c5c is described below

commit 17738b7c5ce25fd73c81da7c4a1ffcc59cae12e5
Author: Kevin Liu <[email protected]>
AuthorDate: Mon Mar 23 12:02:17 2026 -0700

    ci: pin third-party actions to Apache-approved SHAs (#15707)
---
 .github/workflows/open-api.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/open-api.yml b/.github/workflows/open-api.yml
index 92948894d4..41d52d1768 100644
--- a/.github/workflows/open-api.yml
+++ b/.github/workflows/open-api.yml
@@ -46,7 +46,7 @@ jobs:
     steps:
       - uses: actions/checkout@v6
       - name: Install uv
-        uses: astral-sh/setup-uv@v7
+        uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098
       - name: Install dependencies
         working-directory: ./open-api
         run: make install

Reply via email to