Skip to content

Commit 7181135

Browse files
authored
[CI] Pin astral-sh/setup-uv to ASF-allowed SHA (#2778)
1 parent 501df70 commit 7181135

6 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
python-version: '3.11'
7373
- name: Install uv
74-
uses: astral-sh/setup-uv@v7
74+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
7575
- name: Sync doc environment
7676
run: uv sync --group docs
7777
- run: sudo apt update

.github/workflows/pyflink.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
python-version: ${{ matrix.python }}
6666
- name: Install uv
67-
uses: astral-sh/setup-uv@v7
67+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
6868
- run: mvn package -pl "org.apache.sedona:sedona-flink-shaded_2.12" -am -DskipTests
6969
- name: Install python package + flink extra
7070
run: |

.github/workflows/python-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
python-version: ${{ matrix.python }}
6767
- name: Install uv
68-
uses: astral-sh/setup-uv@v7
68+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
6969
with:
7070
version: '0.9.22'
7171
- name: Install dependencies (dev)

.github/workflows/python-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
persist-credentials: false
9595

9696
- name: Install uv
97-
uses: astral-sh/setup-uv@v4
97+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
9898

9999
- name: Build sdist
100100
run: cd python && uv build --sdist

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
python-version: ${{ matrix.python }}
9292
- name: Install uv
93-
uses: astral-sh/setup-uv@v7
93+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
9494
- name: Cache Maven packages
9595
uses: actions/cache@v5
9696
with:

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ site/
2323
target/
2424
binder/Pipfile.lock
2525
docs-overrides/main.html
26+
.claude/
27+
python/.venv-test/

0 commit comments

Comments
 (0)