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 98e81ea commit 1f98d10
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 @@ -173,3 +173,5 @@ jobs:

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93
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 @@ -57,3 +57,5 @@ jobs:

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

0 comments on commit 1f98d10

Please sign in to comment.