Skip to content

Commit 81f1f77

Browse files
author
IvanZosimov
committed
Update codeql.yml
1 parent a3c7fb1 commit 81f1f77

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ jobs:
1212
call-codeQL-analysis: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/codeql-analysis.yml
1313
name: CodeQL analysis
1414
#uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
15-
uses: IvanZosimov/reusable-workflows/.github/workflows/codeql-analysis.yml@main
15+
uses: IvanZosimov/reusable-workflows/.github/workflows/codeql-analysis.yml@main
16+
with:
17+
languages: "['javascript', 'typescript']"

0 commit comments

Comments
 (0)