diff options
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml deleted file mode 100644 index 6a78a36c6..000000000 --- a/.github/workflows/codeql-analysis.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: "CodeQL" - -on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] - -jobs: - analyze: - # lgtm.com does not run in forks, for good reason - if: github.repository == 'mesonbuild/meson' - name: Analyze - runs-on: ubuntu-latest - permissions: - security-events: write - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Initialize CodeQL - uses: github/codeql-action/init@v3 - with: - # bypass cache: https://github.com/github/codeql-action/issues/1445 - tools: linked - config-file: .github/codeql/codeql-config.yml - languages: python - # we have none - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 |
