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 de1c345 commit 0477ea6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 javascript-typescript
name: Analyze javascript
runs-on: ubuntu-latest
permissions:
security-events: write
Expand All @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
include:
- language: javascript-typescript
- language: javascript

steps:
- name: Checkout repository
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript-typescript
languages: javascript
queries: security-extended,security-and-quality

- name: Perform CodeQL Analysis
Expand Down

0 comments on commit 0477ea6

Please sign in to comment.