We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc9585 commit bdf0c1fCopy full SHA for bdf0c1f
.github/workflows/ci.yaml
@@ -84,7 +84,7 @@ jobs:
84
- name: Set up Python
85
uses: actions/setup-python@v6
86
with:
87
- python-version: '3.14' # Use 3.13 until bandit supports 3.14
+ python-version: '3.13' # Use 3.13 until bandit supports 3.14
88
89
- name: Install security tools
90
run: |
0 commit comments