diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 543f9dbf3..9d41cd133 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -38,7 +38,7 @@ jobs: # https://docs.astral.sh/uv/guides/integration/github/ - name: Install uv and set the python version - uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1 + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 with: python-version: ${{ matrix.python-version }} activate-environment: true diff --git a/.github/workflows/pyright.yml b/.github/workflows/pyright.yml index a7ac7d19b..2a8e2fac0 100644 --- a/.github/workflows/pyright.yml +++ b/.github/workflows/pyright.yml @@ -36,7 +36,7 @@ jobs: # https://docs.astral.sh/uv/guides/integration/github/ - name: Install uv and set the python version - uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1 + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 with: python-version: ${{ matrix.python-version }} activate-environment: true diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 18ee1eb9e..d696e4716 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -45,7 +45,7 @@ jobs: # https://docs.astral.sh/uv/guides/integration/github/ - name: Install uv and set the Python version - uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1 + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 with: python-version: ${{ matrix.python-version }} activate-environment: true @@ -153,7 +153,7 @@ jobs: # https://docs.astral.sh/uv/guides/integration/github/ - name: Install uv and set the Python version - uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1 + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 with: python-version: '3.9' # Match with the coverage report Python version activate-environment: true diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 821dd4cc3..a02404f21 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -36,7 +36,7 @@ jobs: # https://docs.astral.sh/uv/guides/integration/github/ - name: Install uv and set the python version - uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1 + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 with: python-version: '3.13' activate-environment: true diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 64a5f53fb..7d05a362e 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Install uv and set the python version - uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1 + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 with: python-version: '3.13' activate-environment: true diff --git a/.github/workflows/update_codebase_chart.yml b/.github/workflows/update_codebase_chart.yml index 0b1b6c315..6b3ccd980 100644 --- a/.github/workflows/update_codebase_chart.yml +++ b/.github/workflows/update_codebase_chart.yml @@ -37,7 +37,7 @@ jobs: # https://docs.astral.sh/uv/guides/integration/github/ - name: Install uv and set the python version - uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1 + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 with: python-version: ${{ matrix.python-version }} activate-environment: true @@ -102,7 +102,7 @@ jobs: # https://docs.astral.sh/uv/guides/integration/github/ - name: Install uv and set the python version - uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1 + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 with: python-version: ${{ matrix.python-version }} activate-environment: true diff --git a/.github/workflows/update_vehicle_templates.yml b/.github/workflows/update_vehicle_templates.yml index f6c855f7d..c82c1dd2f 100644 --- a/.github/workflows/update_vehicle_templates.yml +++ b/.github/workflows/update_vehicle_templates.yml @@ -43,7 +43,7 @@ jobs: # https://docs.astral.sh/uv/guides/integration/github/ - name: Install uv and set the python version - uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1 + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 with: python-version: ${{ matrix.python-version }} activate-environment: true diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index c4bd6617a..1e7cf8bc8 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -37,7 +37,7 @@ jobs: # https://docs.astral.sh/uv/guides/integration/github/ - name: Install uv and set the python version - uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1 + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 with: python-version: ${{ matrix.python-version }} activate-environment: true