Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xensik committed Jan 14, 2024
1 parent e07aded commit a31bfce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,20 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
upload: false
output: sarif-results

- name: Filter SARIF results
uses: advanced-security/filter-sarif@v1
with:
patterns: |
-deps/**
-**/*
deps/**/*
input: sarif-results/${{ matrix.language }}.sarif
output: sarif-results/${{ matrix.language }}.sarif

- name: Upload SARIF results
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: sarif-results/${{ matrix.language }}.sarif
category: "/language:${{matrix.language}}"

0 comments on commit a31bfce

Please sign in to comment.