That doesn't wort currently, so removing it again
authorKlaus Ethgen <Klaus@Ethgen.de>
Wed, 2 Dec 2020 21:02:18 +0000 (22:02 +0100)
committerKlaus Ethgen <Klaus@Ethgen.de>
Wed, 2 Dec 2020 21:02:18 +0000 (22:02 +0100)
.github/workflows/codeql-analysis.yml [deleted file]

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
deleted file mode 100644 (file)
index cc1402e..0000000
+++ /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