Skip to content

Commit

Permalink
Add C to CodeQL for cinterops files
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyicker committed Apr 9, 2024
1 parent 8458a36 commit 88c4b3f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/staticAnalysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,18 @@ jobs:
actions: read
contents: read
security-events: write
strategy:
matrix:
language: [ "kotlin", "c" ]
steps:
- uses: actions/[email protected]
- uses: github/codeql-action/[email protected]
with:
languages: kotlin
languages: ${{ matrix.language }}
- uses: ./.github/actions/runGradleTask
with:
task: build
- uses: github/codeql-action/[email protected]
with:
category: "/language:kotlin"
category: "/language:${{ matrix.language }}"

0 comments on commit 88c4b3f

Please sign in to comment.