diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml deleted file mode 100644 index d3b2b3b..0000000 --- a/.github/workflows/codeql-analysis.yml +++ /dev/null @@ -1,19 +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 21 * * 1" - -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true - -jobs: - call-workflow: - name: 'Call Workflow' - uses: "michijs/.github/.github/workflows/codeql-analysis.yml@main"