chore(security): CodeQL config ext. file

pull/147/head
Guenael 2024-12-09 23:32:29 -05:00
rodzic a913384b08
commit 0d58a250e0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: EB828109AAA6B48B
1 zmienionych plików z 0 dodań i 18 usunięć

Wyświetl plik

@ -13,25 +13,12 @@ jobs:
name: "Analyze-Build-Test"
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
include:
- language: c-cpp
steps:
- name: "Checkout repository"
uses: actions/checkout@v4
- name: "CodeQL Init"
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: "Install dependencies and build"
run: |
sudo apt-get update
@ -39,11 +26,6 @@ jobs:
pip install cpplint codespell
make
- name: "CodeQL Analysis (SAST)"
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
- name: "Cppcheck (C/C++ format & best best-practice)"
run: |
cppcheck --std=c11 *.c wsprd/*.c