Skip to content

Commit

Permalink
CodeQL CXX: Clean Build Dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Aug 4, 2024
1 parent 87befb1 commit a17a0c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ jobs:
upload: False
output: sarif-results

- name: remove build dir
if: ${{ matrix.language == 'cpp' }}
run: |
rm -rf build
- name: filter-sarif
uses: advanced-security/filter-sarif@v1
with:
Expand Down

0 comments on commit a17a0c5

Please sign in to comment.