Skip to content

Commit 772d593

Browse files
committed
Pack generation: update report pack name for clarity
1 parent 8098803 commit 772d593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
codeql pack bundle --output=cert-c-coding-standards.tgz c/cert/src
123123
codeql pack bundle --output=cert-cpp-coding-standards.tgz cpp/cert/src
124124
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
125+
codeql pack bundle --output=report-coding-standards.tgz cpp/report/src
126126
127127
- name: Upload qlpack bundles
128128
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)