mirror of
https://github.com/casjaysdevdocker/gitea
synced 2026-08-14 14:01:17 -04:00
Added `VERSION="202608031200-git"` matching the existing `##@Version` header, and added `--` before the pattern argument on all 15 grep invocations in the file (the header/version mismatch and several of the missing `--` guards were flagged by the `script-lint` agent; completeness check found the pattern repeated across the whole file, not just the originally-flagged subset). Also quoted the previously bare `grep` pattern at the former line 544 (`grep -v grep` -> `grep -v -- 'grep'`). - rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh: version stamp + grep -- fixes - TODO.AI.md: marked this finding fixed