Skip to content

Commit 16bc793

Browse files
updated wf v1
1 parent bd35a61 commit 16bc793

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
language: [ 'csharp', ]
22+
language: [ 'csharp', 'javascript-typescript' ]
2323
dot-version: ['3.1.x']
2424

2525
steps:
@@ -36,6 +36,11 @@ jobs:
3636
openssl \
3737
curl
3838
39+
- name: Check OpenSSL installation
40+
run: |
41+
openssl version
42+
ldconfig -p | grep libssl
43+
3944
- name: Set System.Globalization.Invariant to true
4045
run: echo "DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1" >> $GITHUB_ENV
4146

0 commit comments

Comments
 (0)