Skip to content

Commit 2109436

Browse files
committed
Pin uv github action by hash
1 parent 5ffd102 commit 2109436

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/fmu-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434

3535
- name: Install uv
36-
uses: astral-sh/setup-uv@v7
36+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
3737

3838
- name: Set up Python ${{ matrix.python-version }}
3939
run: uv python install ${{ matrix.python-version }}

.github/workflows/fmuconfig-publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Install uv
28-
uses: astral-sh/setup-uv@v7
28+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
2929

3030
- name: Set up Python ${{ matrix.python-version }}
3131
run: uv python install ${{ matrix.python-version }}

0 commit comments

Comments
 (0)