From 47c437dedf90744ef1431f9ca43d3a0ad1641ea5 Mon Sep 17 00:00:00 2001 From: jeefo Date: Mon, 16 Nov 2020 15:00:28 +0300 Subject: [PATCH] Delete codeql.yml later... --- .github/workflows/codeql.yml | 42 ------------------------------------ 1 file changed, 42 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 7bc4c08..0000000 --- a/.github/workflows/codeql.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: "CodeQL" - -on: - push: - branches: [master] - pull_request: - branches: [master] - schedule: - - cron: '0 19 * * 0' - -jobs: - analyze: - name: Analyze - runs-on: self-hosted - - strategy: - fail-fast: false - matrix: - language: ['cpp'] - - steps: - - name: Checkout repository - uses: actions/checkout@v2 - with: - fetch-depth: 2 - - - run: git checkout HEAD^2 - if: ${{ github.event_name == 'pull_request' }} - - - name: Initialize CodeQL - uses: github/codeql-action/init@v1 - env: - LIB: lib64 - with: - languages: ${{ matrix.language }} - - - run: | - meson setup codeql - ninja -C codeql -v - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1