Skip to content

Commit 6a3d365

Browse files
Update dependency python to 3.13
1 parent 026c078 commit 6a3d365

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/scanner-comparison.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Set up Python
9494
uses: actions/setup-python@v5
9595
with:
96-
python-version: '3.11'
96+
python-version: '3.13'
9797

9898
- name: Install detect-secrets
9999
run: |
@@ -163,7 +163,7 @@ jobs:
163163
- name: Set up Python
164164
uses: actions/setup-python@v5
165165
with:
166-
python-version: '3.11'
166+
python-version: '3.13'
167167

168168
- name: Install gittyleaks
169169
run: |
@@ -198,7 +198,7 @@ jobs:
198198
- name: Set up Python
199199
uses: actions/setup-python@v5
200200
with:
201-
python-version: '3.11'
201+
python-version: '3.13'
202202

203203
- name: Install whispers (with timeout handling)
204204
run: |
@@ -239,7 +239,7 @@ jobs:
239239
- name: Set up Python
240240
uses: actions/setup-python@v5
241241
with:
242-
python-version: '3.11'
242+
python-version: '3.13'
243243

244244
- name: Install trufflehog3
245245
run: |

0 commit comments

Comments
 (0)