Skip to content

Commit

Permalink
use patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
linxie47 committed Dec 17, 2024
1 parent 3cccaf7 commit e9d4b0f
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 @@ -107,6 +107,6 @@ jobs:
- name: filter-sarif
uses: advanced-security/filter-sarif@v1
with:
paths-ignore: |
'**/ffmpeg*'
'**/openvino*'
patterns: |
-'**/ffmpeg*'
-'**/openvino*'

0 comments on commit e9d4b0f

Please sign in to comment.