We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f146f74 commit eee6399Copy full SHA for eee6399
.github/workflows/code-scanning-pack-gen.yml
@@ -122,6 +122,7 @@ jobs:
122
codeql pack bundle --output=cert-c-coding-standards.tgz c/cert/src
123
codeql pack bundle --output=cert-cpp-coding-standards.tgz cpp/cert/src
124
codeql pack bundle --output=autosar-cpp-coding-standards.tgz cpp/autosar/src
125
+ codeql pack bundle --output=misra-cpp-coding-standards.tgz cpp/misra/src
126
codeql pack bundle --output=report-coding-standards.tgz cpp/report/src
127
128
- name: Upload qlpack bundles
0 commit comments