Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ jobs:
persist-credentials: false

- name: Install uv
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
with:
version: "0.11.29"
enable-cache: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependency-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
persist-credentials: false

- name: Install uv
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
with:
# Pin jak w tests.yml (job `lock-check`): bez tego setup-uv bierze
# "latest", a `uv export` zaczyna zalezec od daty przebiegu.
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
persist-credentials: false

- name: Install uv
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
with:
# Pin jak wyzej — SBOM ma byc funkcja tresci repo, nie daty runu.
version: "0.11.29"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
git fetch --tags origin master dev '+refs/heads/release/*:refs/remotes/origin/release/*'

- name: Install uv
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
with:
# Pin jak w tests.yml (job `lock-check`) — sciezka wydawnicza tym
# bardziej nie moze zalezec od plywajacej wersji narzedzia.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/refresh-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python-version: "3.12"

- name: Install uv
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
with:
# Pin jak w tests.yml (job `lock-check`). Tu szczegolnie wazny:
# baseline commitowany do repo nie moze zalezec od tego, ktora
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
git fetch --tags origin dev

- name: Install uv
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
with:
# Bez cache: w tym jobie uv służy wyłącznie do `uvx bumpver`
# (drobne narzędzie w izolowanym env) — cache uv-a dawał tu
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# so the heavy toolchain the test jobs need is unnecessary for
# linting. uv is only a fast launcher for pre-commit (via uvx).
- name: Install uv
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
with:
# Patrz komentarz przy jobie `lock-check` — bez `version` setup-uv
# bierze "latest", co czyni CI niedeterministycznym.
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Install uv
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
with:
# PIN OBOWIAZKOWY. Bez `version` setup-uv loguje "Could not
# determine uv version from uv.toml or pyproject.toml. Falling back
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
xargs -a docker/bpp_base/build.txt sudo apt-get install -y

- name: Install uv
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
with:
# Patrz komentarz przy jobie `lock-check`. Tu dochodzi drugi powod:
# `uv sync --frozen` czyta uv.lock, wiec plywajaca wersja uv czyni
Expand Down