diff --git a/.github/workflows/code_security.yml b/.github/workflows/code_security.yml deleted file mode 100644 index da5cdb5..0000000 --- a/.github/workflows/code_security.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: "Code Security" - -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - schedule: - - cron: '0 5 * * 1' - -jobs: - CodeQL: - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - name: Initialize CodeQL - uses: github/codeql-action/init@v2 - with: - languages: python - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 \ No newline at end of file