diff --git a/.github/ISSUE_TEMPLATE/codeql-analysis.yml b/.github/ISSUE_TEMPLATE/codeql-analysis.yml deleted file mode 100644 index 7452c88f..00000000 --- a/.github/ISSUE_TEMPLATE/codeql-analysis.yml +++ /dev/null @@ -1,38 +0,0 @@ -name: "CodeQL" - -on: - push: - branches: [master] - pull_request: - # The branches below must be a subset of the branches above - branches: [master] - schedule: - - cron: '0 15 * * 5' - -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - - strategy: - fail-fast: false - matrix: - language: ['python'] - - steps: - - name: Checkout repository - uses: actions/checkout@v2 - with: - fetch-depth: 2 - - - name: Initialize CodeQL - uses: github/codeql-action/init@v1 - with: - languages: ${{ matrix.language }} - - - name: Autobuild - uses: github/codeql-action/autobuild@v1 - - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1