Skip to content

Commit e0dd490

Browse files
committed
exitcode
1 parent f389e21 commit e0dd490

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cppcheck-premium.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Check
5353
run: |
5454
cppcheckpremium/premiumaddon --check-loc-license cppcheck.lic > cppcheck-premium-loc
55-
cppcheckpremium/cppcheck --premium=safety-off -j$(nproc) -D__GNUC__ -D__CPPCHECK__ --suppressions-list=cppcheckpremium-suppressions --platform=unix64 --enable=style --premium=misra-c++-2023 --premium=cert-c++-2016 --inline-suppr --error-exitcode=1 lib --output-format=sarif 2> results.sarif
55+
cppcheckpremium/cppcheck --premium=safety-off -j$(nproc) -D__GNUC__ -D__CPPCHECK__ --suppressions-list=cppcheckpremium-suppressions --platform=unix64 --enable=style --premium=misra-c++-2023 --premium=cert-c++-2016 --inline-suppr lib --output-format=sarif 2> results.sarif
5656
5757
- name: Upload report
5858
uses: github/codeql-action/upload-sarif@v3

0 commit comments

Comments
 (0)