Skip to content

Commit

Permalink
actions: specify CodeQL build steps manually
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG committed Jun 10, 2024
1 parent c12e6b9 commit 0c1a99f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
fetch-depth: 2
- name: init codeql
uses: github/codeql-action/init@v3
with:
languages: c-cpp
build-mode: manual
- name: build
env:
CC: gcc
Expand All @@ -40,3 +43,5 @@ jobs:
./.actions/build-linux-gcc
- name: perform codeql analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:c-cpp"

0 comments on commit 0c1a99f

Please sign in to comment.