Skip to content

Commit

Permalink
Merge branch 'develop' into tainted-sql-low-confidence
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDC0DE authored Dec 13, 2024
2 parents f4149aa + 2d46e7c commit 95cc46e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.10'
- uses: pre-commit/action@v2.0.0
env:
SKIP: yamlfmt

0 comments on commit 95cc46e

Please sign in to comment.