Getting insane
Some checks failed
Some checks failed
This commit is contained in:
6
.github/workflows/c-cpp.yml
vendored
6
.github/workflows/c-cpp.yml
vendored
@@ -106,7 +106,7 @@ jobs:
|
|||||||
make INCLUDES="-I/usr/include -I/usr/local/include"
|
make INCLUDES="-I/usr/include -I/usr/local/include"
|
||||||
|
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: server-binary
|
name: server-binary
|
||||||
path: server
|
path: server
|
||||||
@@ -179,7 +179,7 @@ jobs:
|
|||||||
exit $mismatches
|
exit $mismatches
|
||||||
|
|
||||||
- name: Upload reports
|
- name: Upload reports
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: code-quality-reports
|
name: code-quality-reports
|
||||||
@@ -216,7 +216,7 @@ jobs:
|
|||||||
--error-exitcode=0 src/ 2>&1 | tee cppcheck-security.txt
|
--error-exitcode=0 src/ 2>&1 | tee cppcheck-security.txt
|
||||||
|
|
||||||
- name: Upload security reports
|
- name: Upload security reports
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: security-scan-reports
|
name: security-scan-reports
|
||||||
|
|||||||
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
|||||||
- name: Build project
|
- name: Build project
|
||||||
run: make clean && make INCLUDES="-I/usr/include -I/usr/local/include" || make INCLUDES="-I/usr/include -I/usr/local/include"
|
run: make clean && make INCLUDES="-I/usr/include -I/usr/local/include" || make INCLUDES="-I/usr/include -I/usr/local/include"
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: server-binary
|
name: server-binary
|
||||||
path: server
|
path: server
|
||||||
@@ -145,7 +145,7 @@ jobs:
|
|||||||
clang-format -style=file -output-replacements-xml "$file" | grep -q "<replacement " && echo "Format issues in $file" || true
|
clang-format -style=file -output-replacements-xml "$file" | grep -q "<replacement " && echo "Format issues in $file" || true
|
||||||
done
|
done
|
||||||
- name: Upload code quality reports
|
- name: Upload code quality reports
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: code-quality-reports
|
name: code-quality-reports
|
||||||
|
|||||||
Reference in New Issue
Block a user