Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Lisa Gorewit-Decker <[email protected]>
  • Loading branch information
lisagorewitdecker authored Jan 15, 2025
1 parent 5c3b7b8 commit 6a36714
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 @@ -9,7 +9,7 @@
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.

name: "CodeQL"
name: "Advanced CodeQL"

on:
push:
Expand Down Expand Up @@ -43,9 +43,9 @@ jobs:
fail-fast: false
matrix:
include:
- language: javascript-typescript
- language: javascript-microsoft/typescript
build-mode: none
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-microsoft/typescript', 'python', 'ruby', 'swift'
# Use `c-cpp` to analyze code written in C, C++ or both
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
# Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
Expand Down

0 comments on commit 6a36714

Please sign in to comment.