Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
pionere committed Aug 18, 2024
1 parent e909d4a commit 6c2e735
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/code-ql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Run code scanning
uses: github/codeql-action/analyze@v1
- name: Setup code scanning
uses: github/codeql-action/init@v3
with:
languages: c-cpp, java-kotlin

- name: Run code scanning
uses: github/codeql-action/analyze@v3

0 comments on commit 6c2e735

Please sign in to comment.