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:
parent
f690afa6b1
commit
0decb25420
1 changed files with 0 additions and 37 deletions
37
.github/workflows/codeql-analysis.yml
vendored
37
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue