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 8098803 commit 772d593Copy full SHA for 772d593
.github/workflows/code-scanning-pack-gen.yml
@@ -122,7 +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=report-cpp-coding-standards.tgz cpp/report/src
+ codeql pack bundle --output=report-coding-standards.tgz cpp/report/src
126
127
- name: Upload qlpack bundles
128
uses: actions/upload-artifact@v4
0 commit comments