diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 83b2cbc..40649db 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.12' + python-version: '3.11' - name: Install pre-commit run: pip install pre-commit==4.5.0 - name: Run pre-commit diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml deleted file mode 100644 index 6693750..0000000 --- a/.github/workflows/security.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: PyCharm Python Security Scanner - -on: - schedule: - - cron: "0 0 * * *" - -jobs: - security_checks: - runs-on: ubuntu-latest - name: Execute the pycharm-security action - steps: - - uses: actions/checkout@v1 - - name: PyCharm Python Security Scanner - uses: tonybaloney/pycharm-security@1.19.0