File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 - name : Install Python dependencies
5454 run : |
5555 python3 -m pip install --upgrade pip
56- pip3 install --break-system-packages pyyaml jsonpath-ng jsonschema jsonpatch jsonpointer pytest sarif-tools GitPython
56+ pip3 install --break-system-packages pyyaml jsonpath-ng jsonschema jsonpatch jsonpointer pytest sarif-tools
5757 - name : Parse known_good.json and create repos.json
5858 id : parse-repos
5959 run : |
8585 languages : cpp
8686 build-mode : none
8787 packs : codeql/misra-cpp-coding-standards
88- paths :
89- - repos
90- paths-ignore :
91- - ' **/*test*'
92- - ' **/*mock*'
93- - ' **/test/**'
94- - ' **/mock/**'
95- - ' **/examples/**'
96- - ' **/docs/**'
97- - ' **/target/**'
98- - ' **/bazel-*/**'
99- - ' **/.git/**'
100- - ' **/node_modules/**'
101- - ' **/build/**'
102- - ' **/dist/**'
88+ config-file : ./.github/codeql/codeql-config.yml
10389 - name : Perform CodeQL Analysis
10490 timeout-minutes : 120 # Increased for multi-repo MISRA analysis
10591 uses : github/codeql-action/analyze@v4
You can’t perform that action at this time.
0 commit comments