diff options
| author | rhtenhove <rhtenhove@users.noreply.github.com> | 2022-06-24 09:26:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-24 09:26:09 -0400 |
| commit | 1dac69b1eb16dff00d7a625138da5555c3acccb8 (patch) | |
| tree | f1fe87d36415044f0426a750a6406e6a630c0cb2 /.github/workflows/codeql-analysis.yml | |
| parent | 0da7ddb738df60b3650d36832c9ede040a7ba6b9 (diff) | |
| download | afl++-1dac69b1eb16dff00d7a625138da5555c3acccb8.tar.gz | |
use container; more is built + tested; use make -i (#2)
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 55d477fc..00000000 --- a/.github/workflows/codeql-analysis.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: "CodeQL" - -on: - push: - branches: [ stable, dev ] - pull_request: - branches: [ stable, dev ] - -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - - strategy: - fail-fast: false - matrix: - language: [ 'cpp' ] - - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - - name: Initialize CodeQL - uses: github/codeql-action/init@v2 - with: - languages: ${{ matrix.language }} - - - name: Autobuild - uses: github/codeql-action/autobuild@v2 - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 |
