Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
praptisharma28 committed Jan 31, 2024
1 parent 4be6e09 commit 77c1822
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@ jobs:
- name: Autobuild
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
- name: Perform CodeQL Analysis - JavaScript
uses: github/codeql-action/analyze@v3
with:
category: '/language:${{matrix.language}}'
category: 'JavaScript'

- name: Perform CodeQL Analysis - Python
uses: github/codeql-action/analyze@v3
with:
category: 'Python'

0 comments on commit 77c1822

Please sign in to comment.