File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -102,11 +102,21 @@ jobs:
102102 codeql query compile --precompile --threads 0 cpp
103103 codeql query compile --precompile --threads 0 c
104104
105+ codeql pack bundle --output=misra-c-coding-standards.tgz c/misra/src
106+ codeql pack bundle --output=cert-c-coding-standards.tgz c/cert/src
107+ codeql pack bundle --output=cert-cpp-coding-standards.tgz cpp/cert/src
108+ codeql pack bundle --output=autosar-cpp-coding-standards.tgz cpp/autosar/src
109+
105110 cd ..
106111 zip -r codeql-coding-standards/code-scanning-cpp-query-pack.zip codeql-coding-standards/c/ codeql-coding-standards/cpp/ codeql-coding-standards/.codeqlmanifest.json codeql-coding-standards/supported_codeql_configs.json codeql-coding-standards/scripts/configuration codeql-coding-standards/scripts/reports codeql-coding-standards/scripts/shared codeql-coding-standards/scripts/guideline_recategorization codeql-coding-standards/schemas
107112
108113 - name : Upload GHAS Query Pack
109- uses : actions/upload-artifact@v3
114+ uses : actions/upload-artifact@v4
110115 with :
111116 name : code-scanning-cpp-query-pack.zip
112117 path : code-scanning-cpp-query-pack.zip
118+
119+ - uses : actions/upload-artifact@v4
120+ with :
121+ name : coding-standards-qlpacks
122+ path : *-cp?p?-coding-standards.tgz
You can’t perform that action at this time.
0 commit comments