aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/ryml/.github/workflows/codeql.yml
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/ryml/.github/workflows/codeql.yml')
-rw-r--r--thirdparty/ryml/.github/workflows/codeql.yml44
1 files changed, 0 insertions, 44 deletions
diff --git a/thirdparty/ryml/.github/workflows/codeql.yml b/thirdparty/ryml/.github/workflows/codeql.yml
deleted file mode 100644
index 3ad8a5819..000000000
--- a/thirdparty/ryml/.github/workflows/codeql.yml
+++ /dev/null
@@ -1,44 +0,0 @@
-name: "CodeQL"
-
-on:
- push:
- branches: [ "master" ]
- pull_request:
- branches: [ "master" ]
- schedule:
- - cron: "41 14 * * 5"
-
-jobs:
- analyze:
- name: Analyze
- runs-on: ubuntu-latest
- permissions:
- actions: read
- contents: read
- security-events: write
-
- strategy:
- fail-fast: false
- matrix:
- language: [ cpp ]
-
- steps:
- - name: Checkout
- uses: actions/checkout@v3
- with:
- submodules: recursive
-
- - name: Initialize CodeQL
- uses: github/codeql-action/init@v2
- with:
- languages: ${{ matrix.language }}
- config-file: ./.github/codeql.yml
- queries: +security-and-quality
-
- - name: Autobuild
- uses: github/codeql-action/autobuild@v2
-
- - name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v2
- with:
- category: "/language:${{ matrix.language }}"