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 d238d2e commit 8098803Copy full SHA for 8098803
.github/workflows/code-scanning-pack-gen.yml
@@ -120,8 +120,8 @@ jobs:
120
codeql pack bundle --output=common-c-coding-standards.tgz c/common/src
121
codeql pack bundle --output=misra-c-coding-standards.tgz c/misra/src
122
codeql pack bundle --output=cert-c-coding-standards.tgz c/cert/src
123
- codeql pack bundle --output=cert-cpp-coding-standards.tgz -vvv cpp/cert/src
124
- codeql pack bundle --output=autosar-cpp-coding-standards.tgz -vvv cpp/autosar/src
+ codeql pack bundle --output=cert-cpp-coding-standards.tgz cpp/cert/src
+ codeql pack bundle --output=autosar-cpp-coding-standards.tgz cpp/autosar/src
125
codeql pack bundle --output=report-cpp-coding-standards.tgz cpp/report/src
126
127
- name: Upload qlpack bundles
0 commit comments