Skip to content

Commit

Permalink
Merge pull request #884 from lisagorewitdecker/lisagorewitdecker-patch-1
Browse files Browse the repository at this point in the history
Update codeql.yml
  • Loading branch information
lisagorewitdecker authored Jan 14, 2025
2 parents 7ee090e + 998f2fd commit 0881b30
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,15 @@ analyze:

strategy:
fail-fast: false
matrix:
language: [ 'javascript-microsoft/typescript' ]
# CodeQL supports [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-microsoft/typescript', 'python', 'ruby', 'swift' ]
language: [ 'javascript', microsoft/typescript' ]
# CodeQL supports [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript', ' microsoft/typescript', 'python', 'ruby', 'swift' ]
# Use only 'java-kotlin' to analyze code written in Java, Kotlin or both
# Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

steps:
- name: Checkout repository
steps:
- name: Checkout repository
uses: actions/checkout@v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
Expand Down

0 comments on commit 0881b30

Please sign in to comment.