Skip to content

Commit 71386dc

Browse files
committed
fix: codeql scans for specific langs
Signed-off-by: Sam Gammon <sam@elide.ventures>
1 parent afd138c commit 71386dc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/checks.codeql.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
language: ["javascript"]
41+
language: ["javascript-typescript"]
4242
steps:
4343
- name: "Setup: Harden Runner"
4444
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
@@ -85,3 +85,8 @@ jobs:
8585
- name: "Analysis: CodeQL"
8686
uses: github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
8787
continue-on-error: true
88+
with:
89+
languages: ${{ matrix.language }}
90+
queries: ./.github/codeql/queries
91+
config-file: ./.github/codeql/codeql-config.yml
92+
fail-on-severity: "error"

0 commit comments

Comments
 (0)