Skip to content

Commit 3ec870a

Browse files
Make use of multi-language and indirect tracing
1 parent 7112cda commit 3ec870a

16 files changed

+191
-49
lines changed

.github/workflows/pr-checks.yml

-2
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,8 @@ jobs:
207207
208208
- name: Build code
209209
shell: powershell
210-
# Note we want to make sure that the .win32env file is read correctly, so we unset the CODEQL_EXTRACTOR_CSHARP_ROOT from the .sh file.
211210
run: |
212211
cat ./codeql-runner/codeql-env.sh | Invoke-Expression
213-
$Env:CODEQL_EXTRACTOR_CSHARP_ROOT = ""
214212
& $Env:CODEQL_RUNNER dotnet build
215213
216214
- name: Run analyze

lib/codeql.js

+25-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/codeql.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init-action.js

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init-action.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init.js

+11-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)