diff --git a/.github/workflows/chore-automerge-dependabot-prs.yml b/.github/workflows/chore-automerge-dependabot-prs.yml index 2d9ed36..7259a93 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 a17c24a..538de63 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 8d821a9..70d3785 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 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 655d127..5bb6f7e 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 f0f8139..35da94c 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: |