Skip to content

Commit

Permalink
CodeQL: fix filter names
Browse files Browse the repository at this point in the history
Some warnings are in groups, and
some warnings are "top level". The
warnings that commit d27496d
tried to filter out are at the top
level, so update the names for that.
  • Loading branch information
pjonsson committed Dec 7, 2023
1 parent 0b9b170 commit ae52e3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ jobs:
uses: advanced-security/filter-sarif@v1
with:
patterns: |
-**:cpp/complex-block/*
-**:cpp/fixme-comment/*
-**:cpp/complex-block
-**:cpp/fixme-comment
-**:cpp/path-injection
-**:cpp/world-writable-file-creation
-**:cpp/poorly-documented-function
Expand All @@ -121,7 +121,7 @@ jobs:
-**:cpp/integer-multiplication-cast-to-long
-**:cpp/comparison-with-wider-type
-**:cpp/leap-year/*
-**:cpp/long-switch/*
-**:cpp/long-switch
-**:cpp/ambiguously-signed-bit-field
-**:cpp/suspicious-pointer-scaling
-**:cpp/suspicious-pointer-scaling-void
Expand Down

0 comments on commit ae52e3a

Please sign in to comment.