File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 93
93
- name : Set up Python
94
94
uses : actions/setup-python@v5
95
95
with :
96
- python-version : ' 3.11 '
96
+ python-version : ' 3.13 '
97
97
98
98
- name : Install detect-secrets
99
99
run : |
@@ -163,7 +163,7 @@ jobs:
163
163
- name : Set up Python
164
164
uses : actions/setup-python@v5
165
165
with :
166
- python-version : ' 3.11 '
166
+ python-version : ' 3.13 '
167
167
168
168
- name : Install gittyleaks
169
169
run : |
@@ -198,7 +198,7 @@ jobs:
198
198
- name : Set up Python
199
199
uses : actions/setup-python@v5
200
200
with :
201
- python-version : ' 3.11 '
201
+ python-version : ' 3.13 '
202
202
203
203
- name : Install whispers (with timeout handling)
204
204
run : |
@@ -239,7 +239,7 @@ jobs:
239
239
- name : Set up Python
240
240
uses : actions/setup-python@v5
241
241
with :
242
- python-version : ' 3.11 '
242
+ python-version : ' 3.13 '
243
243
244
244
- name : Install trufflehog3
245
245
run : |
You can’t perform that action at this time.
0 commit comments