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:
102
102
codeql query compile --precompile --threads 0 cpp
103
103
codeql query compile --precompile --threads 0 c
104
104
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
+
105
110
cd ..
106
111
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
107
112
108
113
- name : Upload GHAS Query Pack
109
- uses : actions/upload-artifact@v3
114
+ uses : actions/upload-artifact@v4
110
115
with :
111
116
name : code-scanning-cpp-query-pack.zip
112
117
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