mirror of
https://github.com/Z3Prover/z3
synced 2026-04-25 21:33:33 +00:00
Fix Ostrich Benchmark workflow: allow NuGet and guarantee safe output (#9267)
* Initial plan * fix ostrich-benchmark: add api.nuget.org to network allowlist and ensure safe output is always produced Agent-Logs-Url: https://github.com/Z3Prover/z3/sessions/7eb3a93e-e81b-4b79-b84b-080a7bacfec0 Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> Co-authored-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2ce410d45e
commit
d29a1ebd38
2 changed files with 16 additions and 2 deletions
2
.github/workflows/ostrich-benchmark.lock.yml
generated
vendored
2
.github/workflows/ostrich-benchmark.lock.yml
generated
vendored
|
|
@ -90,7 +90,7 @@ jobs:
|
|||
GH_AW_INFO_EXPERIMENTAL: "false"
|
||||
GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true"
|
||||
GH_AW_INFO_STAGED: "false"
|
||||
GH_AW_INFO_ALLOWED_DOMAINS: '["defaults"]'
|
||||
GH_AW_INFO_ALLOWED_DOMAINS: '["defaults","api.nuget.org"]'
|
||||
GH_AW_INFO_FIREWALL_ENABLED: "true"
|
||||
GH_AW_INFO_AWF_VERSION: "v0.25.18"
|
||||
GH_AW_INFO_AWMG_VERSION: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue