Skip to content

Commit

Permalink
testing codeql setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Guaqueta committed Dec 2, 2024
1 parent e234397 commit 6a31ef1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [typescript]
language: [javascript]

steps:
- name: Checkout
Expand All @@ -32,7 +32,6 @@ jobs:
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
tools: all

- name: Autobuild
uses: github/codeql-action/autobuild@f779452ac5af1c261dce0346a8f964149f49322b #v3.26.13
Expand Down

0 comments on commit 6a31ef1

Please sign in to comment.