Skip to content

Commit

Permalink
Fix CodeQL scan
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoH2O1999 committed Oct 17, 2023
1 parent 04fec16 commit 69397b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: Typescript
languages: javascript
source-root: src
packs: codeql/javascript-experimental-atm-queries
queries: security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit 69397b6

Please sign in to comment.