You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Claude Write permissions and update Node.js 20 actions
Two issues fixed:
1. Claude Write permission only covers the workspace directory, but
the prompt directed it to write to /tmp/issues/ -- an absolute path
outside the workspace. This caused 5-7 permission denials per run,
preventing issue reports from being created. Changed to a
CWD-relative .claude-issues/ directory and added it to .gitignore.
2. Updated all GitHub Actions in container-scan.yml to Node.js 24
versions ahead of the June 2, 2026 forced migration:
- actions/checkout v4 -> v5
- docker/login-action v3 -> v4
- github/codeql-action v3 -> v4
- actions/upload-artifact v4 -> v6
- google-github-actions/auth v2 -> v3
0 commit comments