We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f0539 commit ff81d85Copy full SHA for ff81d85
.github/workflows/bandit.yml
@@ -20,7 +20,11 @@ jobs:
20
security-events: write
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24
+
25
+ - name: Install uv
26
+ uses: astral-sh/setup-uv@v6
27
28
- name: Get ignore codes
29
id: ignore-codes
30
# This are computed so that we can run only the `S` (bandit)
0 commit comments