Skip to content

Commit

Permalink
ci: codeql: add the language to the category
Browse files Browse the repository at this point in the history
  • Loading branch information
kmk3 committed Sep 28, 2024
1 parent 5604a72 commit d015c8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,5 @@ jobs:

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923
with:
category: "/language:cpp"
2 changes: 2 additions & 0 deletions .github/workflows/check-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ jobs:

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923
with:
category: "/language:python"

0 comments on commit d015c8a

Please sign in to comment.