Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cllde8 authored Nov 27, 2024
1 parent 7a517a0 commit de1c345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
analyze:
name: Analyze (${{ matrix.language }})
name: Analyze javascript-typescript
runs-on: ubuntu-latest
permissions:
security-events: write
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
languages: javascript-typescript
queries: security-extended,security-and-quality

- name: Perform CodeQL Analysis
Expand Down

0 comments on commit de1c345

Please sign in to comment.