Skip to content

Commit

Permalink
Enable 'JavaScript' analysis by CodeQL so Actions Workflows will be a…
Browse files Browse the repository at this point in the history
…nalyzed.
  • Loading branch information
kpfleming committed Aug 10, 2023
1 parent 0a62e2e commit 235471e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: python
languages: python, javascript

- name: Perform analysis
uses: github/codeql-action/analyze@v2

0 comments on commit 235471e

Please sign in to comment.