Skip to content

Commit

Permalink
Remove failing on error and clean up codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
b4yuan committed Dec 2, 2023
1 parent bc1e0c5 commit e6551f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 44 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/codeql-buildscript.sh

This file was deleted.

8 changes: 2 additions & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ jobs:
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.

- run: |
./.github/workflows/codeql-buildscript.sh
cd src
mkdir build && cd build && cmake ../ && make
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
Expand Down Expand Up @@ -119,8 +120,3 @@ jobs:
name: codeql-results
path: ${{ steps.step1.outputs.sarif-output }}
retention-days: 5

- name: Fail if an error is found
run: |
./.github/workflows/fail_on_error.py \
${{ steps.step1.outputs.sarif-output }}/cpp.sarif
34 changes: 0 additions & 34 deletions .github/workflows/fail_on_error.py

This file was deleted.

0 comments on commit e6551f9

Please sign in to comment.