From e26846e87b4056729af74bf659bd0dd849031d6a Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Wed, 6 Oct 2021 04:33:40 +0800 Subject: [PATCH] [GitHub] Delete codeql.yml --- .github/workflows/codeql.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .github/workflows/codeql.yml diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml deleted file mode 100644 index 226dbbaf..00000000 --- a/.github/workflows/codeql.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: "CodeQL CI" -on: - schedule: - - cron: '0 0 * * *' - -jobs: - analyze: - name: Analyze - runs-on: windows-latest - permissions: - actions: read - contents: read - security-events: write - - strategy: - fail-fast: false - matrix: - language: [ 'go', 'cpp', 'csharp' ] - - steps: - - name: Code QL - uses: github/codeql-action/init@v1 - with: - languages: ${{ matrix.language }} - - - name: Checkout - uses: actions/checkout@v2 - - - name: Analyze - uses: github/codeql-action/analyze@v1