File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 71
71
72
72
# Initializes the CodeQL tools for scanning.
73
73
- name : Initialize CodeQL
74
- uses : github/codeql-action/init@v2
74
+ uses : github/codeql-action/init@v3
75
75
with :
76
76
languages : ${{ matrix.language }}
77
77
# If you wish to specify custom queries, you can do so here or in a config file.
90
90
cmake --build . --config $BUILD_TYPE
91
91
92
92
- name : Perform CodeQL Analysis
93
- uses : github/codeql-action/analyze@v2
93
+ uses : github/codeql-action/analyze@v3
94
94
with :
95
95
category : " /language:${{matrix.language}}"
96
96
upload : false
99
99
# Filter out rules with low severity or high false positve rate
100
100
# Also filter out warnings in third-party code
101
101
- name : Filter out unwanted errors and warnings
102
- uses : advanced-security/filter-sarif@v1
102
+ uses : advanced-security/filter-sarif@v3
103
103
with :
104
104
patterns : |
105
105
-**:cpp/path-injection
@@ -121,7 +121,7 @@ jobs:
121
121
output : ${{ steps.step1.outputs.sarif-output }}/cpp.sarif
122
122
123
123
- name : Upload CodeQL results to code scanning
124
- uses : github/codeql-action/upload-sarif@v2
124
+ uses : github/codeql-action/upload-sarif@v3
125
125
with :
126
126
sarif_file : ${{ steps.step1.outputs.sarif-output }}
127
127
category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments