From: Klaus Ethgen Date: Wed, 2 Dec 2020 21:02:18 +0000 (+0100) Subject: That doesn't wort currently, so removing it again X-Git-Tag: v1.7~172 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=b4032ccbc4d1804dcd93115f7bd5c503e0e17b4c That doesn't wort currently, so removing it again --- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml deleted file mode 100644 index cc1402e6..00000000 --- a/.github/workflows/codeql-analysis.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: "CodeQL" - -on: - push: - branches: [master, stable/1.6] - pull_request: - # The branches below must be a subset of the branches above - branches: [master] - schedule: - - cron: '18 9 * * 0' - -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - - strategy: - fail-fast: false - matrix: - language: ['cpp'] - - steps: - - name: Checkout repository - uses: actions/checkout@v2 - - # Initializes the CodeQL tools for scanning. - - name: Initialize CodeQL - uses: github/codeql-action/init@v1 - with: - languages: ${{ matrix.language }} - - - run: | - ./autogen.sh - make - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1