Skip to content

Commit 8098803

Browse files
committed
Removed leftover debugging
1 parent d238d2e commit 8098803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-scanning-pack-gen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ jobs:
120120
codeql pack bundle --output=common-c-coding-standards.tgz c/common/src
121121
codeql pack bundle --output=misra-c-coding-standards.tgz c/misra/src
122122
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
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
125125
codeql pack bundle --output=report-cpp-coding-standards.tgz cpp/report/src
126126
127127
- name: Upload qlpack bundles

0 commit comments

Comments
 (0)