Skip to content

Commit 1f4460b

Browse files
Make use of multi-language and indirect tracing
1 parent e40e887 commit 1f4460b

22 files changed

+275
-81
lines changed

.github/workflows/pr-checks.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,9 @@ 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 = ""
212+
$Env:CODEQL_EXTRACTOR_CSHARP_ROOT = "" # Unset an environment variable to make sure the tracer resists this
214213
& $Env:CODEQL_RUNNER dotnet build /p:UseSharedCompilation=false
215214
216215
- name: Upload tracer logs

lib/analyze-action.js

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

lib/analyze-action.js.map

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

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

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

0 commit comments

Comments
 (0)