We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd4659d commit 8caa080Copy full SHA for 8caa080
.github/workflows/pr-checks.yml
@@ -213,6 +213,12 @@ jobs:
213
$Env:CODEQL_EXTRACTOR_CSHARP_ROOT = ""
214
& $Env:CODEQL_RUNNER dotnet build
215
216
+ - name: Upload tracer logs
217
+ uses: actions/upload-artifact@v2
218
+ with:
219
+ name: tracer-logs
220
+ path: ./codeql-runner
221
+
222
- name: Run analyze
223
run: |
224
../action/runner/dist/codeql-runner-win.exe analyze --repository $Env:GITHUB_REPOSITORY --commit $Env:GITHUB_SHA --ref $Env:GITHUB_REF --github-url $Env:GITHUB_SERVER_URL --github-auth ${{ github.token }}
0 commit comments