fix: CI failures — stale Codex yaml, actionlint config, shellcheck

- Regenerate Codex .agents/ files (setup-browser-cookies description changed)
- Add actionlint.yaml to whitelist ubicloud-standard-2 runner label
- Add shellcheck disable for intentional word splitting in evals.yml

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-03-23 16:01:00 -07:00
parent 9da0f14398
commit bc268bb8d5
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -157,6 +157,7 @@ jobs:
TOTAL=0; PASSED=0; FAILED=0; COST="0"
SUITE_LINES=""
# shellcheck disable=SC2086 # intentional word splitting
for f in $RESULTS; do
T=$(jq -r '.total_tests // 0' "$f")
P=$(jq -r '.passed // 0' "$f")