Skip to content

Commit 59c3fcc

Browse files
authored
Update analyze_codeql.yml
1 parent a683dd9 commit 59c3fcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/analyze_codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# Filter out rules with low severity or high false positve rate
100100
# Also filter out warnings in third-party code
101101
- name: Filter out unwanted errors and warnings
102-
uses: advanced-security/filter-sarif@v3
102+
uses: advanced-security/filter-sarif@v2
103103
with:
104104
patterns: |
105105
-**:cpp/path-injection
@@ -121,7 +121,7 @@ jobs:
121121
output: ${{ steps.step1.outputs.sarif-output }}/cpp.sarif
122122

123123
- name: Upload CodeQL results to code scanning
124-
uses: github/codeql-action/upload-sarif@v3
124+
uses: github/codeql-action/upload-sarif@v2
125125
with:
126126
sarif_file: ${{ steps.step1.outputs.sarif-output }}
127127
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)