diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 24ed0f2fd..ee8a22d0c 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@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4 + uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3 with: python-version: ${{ matrix.python-version }} activate-environment: true diff --git a/.github/workflows/pyright.yml b/.github/workflows/pyright.yml index 7cf9e986b..4c2de6ba9 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@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4 + uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3 with: python-version: ${{ matrix.python-version }} activate-environment: true diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 7f59899ac..30288099c 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@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4 + uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3 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@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4 + uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3 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 1ccdb7a25..b65e81c5f 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@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4 + uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3 with: python-version: '3.13' activate-environment: true diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 6c590266d..c186bb7f1 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Install uv and set the python version - uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4 + uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3 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 4280d06e0..14cf74610 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@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4 + uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3 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@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4 + uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3 with: python-version: ${{ matrix.python-version }} activate-environment: true diff --git a/.github/workflows/update_motor_diagrams.yml b/.github/workflows/update_motor_diagrams.yml index d5c9291db..875769539 100644 --- a/.github/workflows/update_motor_diagrams.yml +++ b/.github/workflows/update_motor_diagrams.yml @@ -26,7 +26,7 @@ jobs: # https://docs.astral.sh/uv/guides/integration/github/ - name: Install uv and set the Python version - uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4 + uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3 with: python-version: '3.x' activate-environment: true diff --git a/.github/workflows/update_vehicle_templates.yml b/.github/workflows/update_vehicle_templates.yml index 46215a952..980dfdfd8 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@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4 + uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3 with: python-version: ${{ matrix.python-version }} activate-environment: true diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index 63747c4f3..e23fb5f80 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@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4 + uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3 with: python-version: ${{ matrix.python-version }} activate-environment: true