diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f715313a..cf137af7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 # fetch all history - name: Install uv - uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6 + uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6 - name: Install dependencies run: uv sync @@ -61,7 +61,7 @@ jobs: run: sudo apt-get install -y libxmlsec1-dev - name: Install uv - uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6 + uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6 - name: Pin python-version ${{ matrix.python-version }} run: uv python pin ${{ matrix.python-version }} @@ -87,7 +87,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Install uv - uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6 + uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6 # extract the app name out of the tag's ref value - id: get-app-name diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 4c8d9e24..4c2400da 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -18,7 +18,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y libxmlsec1-dev - name: Install uv - uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6 + uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6 - name: Self-hosted Renovate uses: renovatebot/github-action@ea850436a5fe75c0925d583c7a02c60a5865461d # v43.0.20