Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Bump install-pinned/uv from de03c60d508703a83d3f8f49afcf1249590ecda1 to 03a68782c27167b267490a9392ac24d6b93a2f14" #1168

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/python-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install uv
uses: install-pinned/uv@03a68782c27167b267490a9392ac24d6b93a2f14 # 0.4.12
uses: install-pinned/uv@de03c60d508703a83d3f8f49afcf1249590ecda1 # 0.4.12

- name: Install dependencies
env:
Expand All @@ -55,7 +55,7 @@ jobs:
python-version: "3.12"

- name: Install uv
uses: install-pinned/uv@03a68782c27167b267490a9392ac24d6b93a2f14 # 0.4.12
uses: install-pinned/uv@de03c60d508703a83d3f8f49afcf1249590ecda1 # 0.4.12

- name: Install dependencies
run: |
Expand All @@ -77,7 +77,7 @@ jobs:
python-version: "3.12"

- name: Install uv
uses: install-pinned/uv@03a68782c27167b267490a9392ac24d6b93a2f14 # 0.4.12
uses: install-pinned/uv@de03c60d508703a83d3f8f49afcf1249590ecda1 # 0.4.12

- name: Install dependencies
run: |
Expand All @@ -99,7 +99,7 @@ jobs:
python-version: "3.12"

- name: Install uv
uses: install-pinned/uv@03a68782c27167b267490a9392ac24d6b93a2f14 # 0.4.12
uses: install-pinned/uv@de03c60d508703a83d3f8f49afcf1249590ecda1 # 0.4.12

- name: Install bandit
run: |
Expand All @@ -121,7 +121,7 @@ jobs:
python-version: "3.12"

- name: Install uv
uses: install-pinned/uv@03a68782c27167b267490a9392ac24d6b93a2f14 # 0.4.12
uses: install-pinned/uv@de03c60d508703a83d3f8f49afcf1249590ecda1 # 0.4.12

- name: Install dependencies
run: |
Expand Down
Loading