Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
- name: Format python code with black
uses: psf/black@stable
- uses: actions/setup-node@v6
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/scanner-comparison.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'

- name: Install detect-secrets
run: |
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'

- name: Install gittyleaks
run: |
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'

- name: Install whispers (with timeout handling)
run: |
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'

- name: Install trufflehog3
run: |
Expand Down
Loading