diff --git a/.github/workflows/chore-automerge-dependabot-prs.yml b/.github/workflows/chore-automerge-dependabot-prs.yml index c3de4b4..8772033 100644 --- a/.github/workflows/chore-automerge-dependabot-prs.yml +++ b/.github/workflows/chore-automerge-dependabot-prs.yml @@ -49,7 +49,7 @@ jobs: with: python-version: '3.11' - - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v6 + - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v6 - name: Install Python dependencies run: | diff --git a/.github/workflows/chore-review-major-dependabot-update.yml b/.github/workflows/chore-review-major-dependabot-update.yml index 78189e8..81956a3 100644 --- a/.github/workflows/chore-review-major-dependabot-update.yml +++ b/.github/workflows/chore-review-major-dependabot-update.yml @@ -118,7 +118,7 @@ jobs: with: python-version: ${{ steps.config.outputs.python_version || '3.11' }} - - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v6 + - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v6 - name: Install BLEnder Python dependencies run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a21154..e4d7287 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6 with: persist-credentials: false - - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v6 + - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v6 - name: Run ruff check run: uv run --extra dev ruff check scripts/ - name: Run ruff format check @@ -70,6 +70,6 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6 with: persist-credentials: false - - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v6 + - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v6 - name: Run tests run: uv run --extra test pytest --cov --cov-report=term-missing tests/ diff --git a/.github/workflows/investigate-security-alert.yml b/.github/workflows/investigate-security-alert.yml index d47aa69..2a23398 100644 --- a/.github/workflows/investigate-security-alert.yml +++ b/.github/workflows/investigate-security-alert.yml @@ -69,7 +69,7 @@ jobs: with: python-version: '3.11' - - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v6 + - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v6 - name: Install Python dependencies run: | diff --git a/.github/workflows/scheduled-sweep.yml b/.github/workflows/scheduled-sweep.yml index f363ab4..978fbd8 100644 --- a/.github/workflows/scheduled-sweep.yml +++ b/.github/workflows/scheduled-sweep.yml @@ -29,7 +29,7 @@ jobs: with: python-version: '3.11' - - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v6 + - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v6 - name: Install Python dependencies run: |