3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-18 16:28:56 +00:00

Delete .github/workflows/codeql-analysis.yml

This commit is contained in:
Nikolaj Bjorner 2026-01-08 19:59:08 -08:00 committed by GitHub
parent f690afa6b1
commit 0decb25420
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,37 +0,0 @@
name: "CodeQL"
on:
workflow_dispatch:
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 repository
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Run CodeQL Query
uses: github/codeql-action/analyze@v4
with:
category: 'custom'
queries: ./codeql/custom-queries