Skip to content

Commit

Permalink
Fix CodeQL scan
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoH2O1999 committed Dec 12, 2023
1 parent db03b25 commit 71b9827
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: javascript
source-root: src
languages: javascript-typescript
queries: security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@v2
Expand Down Expand Up @@ -211,4 +210,4 @@ jobs:
- name: Force update tag
uses: JasonEtco/build-and-tag-action@v2
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 71b9827

Please sign in to comment.