Skip to content

Commit ff81d85

Browse files
committed
ci: install uv to pick up uvx
1 parent b8f0539 commit ff81d85

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/bandit.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ jobs:
2020
security-events: write
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
23+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24+
25+
- name: Install uv
26+
uses: astral-sh/setup-uv@v6
27+
2428
- name: Get ignore codes
2529
id: ignore-codes
2630
# This are computed so that we can run only the `S` (bandit)

0 commit comments

Comments
 (0)