Commit ac1b1bc
authored
fix: resolve CI failures in dependency PRs
- Fix 6 failing RunnerL0 tests caused by ACTIONS_RUNNER_RETURN_JOB_RESULT_FOR_HOSTED
env var being set on GitHub-hosted runners (introduced by PR #4233):
- TestRunAsync: clear env var so non-ephemeral test runs with runOnce=false
- 5 run-once tests: accept both return code 0 and 100 (TaskResult.Succeeded)
- Bump System.Security.Cryptography.Pkcs 10.0.6->10.0.7 (PR #4369)
- Bump System.Formats.Asn1 10.0.6->10.0.7 (PR #4369)
- Bump System.Security.Cryptography.ProtectedData 10.0.3->10.0.6 (PRs #4363)
- Bump System.Text.Encoding.CodePages 10.0.3->10.0.6 (PR #4364)
- Bump System.ServiceProcess.ServiceController 10.0.3->10.0.7 (PR #4376)
- Bump Microsoft.DevTunnels.Connections 1.3.39->1.3.43 (PR #4375)
- Bump @typescript-eslint/eslint-plugin ^8.59.0->^8.59.1 (PR #4382)
- Bump @typescript-eslint/parser ^8.59.0->^8.59.1 (PR #4381)
- Fix @stylistic/func-call-spacing -> function-call-spacing in eslintrc
- Add types:[node] to tsconfig.json for TypeScript 6 compatibility
Agent-Logs-Url: https://github.com/actions/runner/sessions/4df39c13-5067-4ae3-bcbc-eacf08a307221 parent b06c585 commit ac1b1bc
11 files changed
Lines changed: 308 additions & 5486 deletions
File tree
- src
- Misc
- expressionFunc/hashFiles
- layoutbin/hashFiles
- Runner.Common
- Runner.Listener
- Runner.Sdk
- Runner.Worker
- Sdk
- Test/L0/Listener
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
0 commit comments