Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Oct 30, 2023
1 parent 4a17821 commit e3adae4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ jobs:
with:
python-version: "3.12"

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: "cpp"
queries: +security-and-quality

- name: Install Conan
run: pip install conan

Expand All @@ -76,11 +70,6 @@ jobs:
run: cmake --build . --config Release
working-directory: build

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "cpp"

- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit e3adae4

Please sign in to comment.