Skip to content

Commit

Permalink
add codeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
Unam3dd committed May 26, 2024
1 parent e9c2a08 commit 61af36a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/codeQL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
strategy:
fail-fast: false
matrix:
language: ['cpp']
- language: c-cpp
build-mode: manual

steps:
- name: Checkout repository ${{ github.repository }} on a branch ${{ github.ref_name }} triggered by ${{ github.event_name }}
Expand Down Expand Up @@ -48,11 +49,11 @@ jobs:
echo "🎉 Build completed with Meson!"
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: ${{ matrix.language }}

0 comments on commit 61af36a

Please sign in to comment.